We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023111c commit e49d3d3Copy full SHA for e49d3d3
filemin-lib.pl
@@ -58,7 +58,7 @@ sub get_paths {
58
@allowed_paths = map { $_ eq '$HOME' ? @remote_user_info[7] : $_ }
59
@allowed_paths;
60
@allowed_paths = map { s/\$USER/$remote_user/g; $_ } @allowed_paths;
61
- if (scalar(@allowed_paths == 1)) {
+ if (scalar(@allowed_paths) == 1) {
62
$base = $allowed_paths[0];
63
} else {
64
$base = '/';
0 commit comments