diff options
-rwxr-xr-x | frag.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ my $fragments = 0; my $fragfiles = 0; #search fs for all file -open (FILES, "find " . $ARGV[0] . " -xdev -type f -print0 |"); +open (FILES, "find '" . $ARGV[0] . "' -xdev -type f -print0 |"); $/ = "\0"; |