1
0

fixed .profile & install script

This commit is contained in:
Emma Tebibyte 2023-08-28 18:38:46 -06:00
parent de1a55d789
commit 51f4ef09e5
Signed by: emma
GPG Key ID: 6D661C738815E7DD
2 changed files with 6 additions and 6 deletions

View File

@ -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