diff --git a/docs/website-doc.sh b/docs/website-doc.sh index 64b6c6e..3bc374f 100755 --- a/docs/website-doc.sh +++ b/docs/website-doc.sh @@ -126,7 +126,7 @@ function releases () { exit_code=0 -test "n$ARGS" = 'n' && ARG='usage' # no option passed +test "n$ARGS" = 'n' && ARGS='usage' # no option passed for arg in $ARGS do # PWD was fixed at the very beginning.