mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 03:51:32 +00:00
Correct syntax of test command expression
This commit is contained in:
@@ -71,7 +71,7 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
if test $# > 0
|
||||
if test $# -gt 0
|
||||
then
|
||||
shift
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user