summaryrefslogtreecommitdiff
path: root/bin/manilist.SH
diff options
context:
space:
mode:
Diffstat (limited to 'bin/manilist.SH')
-rwxr-xr-xbin/manilist.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/manilist.SH b/bin/manilist.SH
index 85c7b21..2e7ebf4 100755
--- a/bin/manilist.SH
+++ b/bin/manilist.SH
@@ -213,7 +213,7 @@ if ($opt_d) {
}
@manifest = sort @manifest;
-@files = sort @files if defined(@files);
+@files = sort @files if @files;
# Build up the %manifest array so that we quickly know whether a file is in the
# manifest or not.