1
0
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:
Nick Briggs
2017-05-21 14:31:04 -07:00
parent f624adc6c6
commit 215800f498

View File

@@ -71,7 +71,7 @@ else
fi
fi
if test $# > 0
if test $# -gt 0
then
shift
fi