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