Quality of Life lvl 100

This commit is contained in:
Sam A. 2022-11-26 20:09:34 +01:00
parent bb920407f3
commit a89140ef51
Signed by untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 5 additions and 3 deletions

View File

@ -30,6 +30,8 @@ else
$BASE_CMD --tags base_only
;;
*)
echo "Command \"$1\" not found!"
echo >&2 "Command \"$1\" not found!"
exit 1
;;
esac
fi