*** empty log message ***
authorTim Pierce <twp@skepsis.com>
Fri, 4 Jul 1997 21:05:08 +0000 (21:05 +0000)
committerTim Pierce <twp@skepsis.com>
Fri, 4 Jul 1997 21:05:08 +0000 (21:05 +0000)
ltmain.sh

index 1f95192..c7c1632 100644 (file)
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -1191,7 +1191,7 @@ EOF
 
       # Not a directory, so check to see that there is only one file specified.
       set dummy $files
-      if $# -gt 2; then
+      if test $# -gt 2; then
         echo "$progname: \`$dest' is not a directory" 1>&2
         echo "$help" 1>&2
        exit 1