fork: Fix bug in argument size detection
This commit is contained in:
parent
812c45429a
commit
17b2ebada2
2
fork
2
fork
@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
|
||||
if [ -z "$@" ]; then
|
||||
if [ -z "$*" ]; then
|
||||
printf "fork: requires argument\\n"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user