fixed .profile & install script
This commit is contained in:
parent
de1a55d789
commit
51f4ef09e5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if test -z "$1"; then
|
if test -z "$1"; then
|
||||||
printf "Usage: %s machine\n" "$0" 1>&2
|
printf "Usage: %s machine\n" "$0" 1>&2
|
||||||
exit 64 # sysexits(3) EX_USAGE
|
exit 64 # sysexits.h(3) EX_USAGE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
Loading…
Reference in New Issue
Block a user