Update autoconfig

This commit is contained in:
PalanixYT 2021-06-23 17:49:22 +02:00 committed by GitHub
parent 0134b491ab
commit cbb4e61bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ tell() {
options() {
if test -z "$1"; then
echo "Error: No distro"
printUsage
exit 1
else
if test "$1" = "-h" || test "$1" = "--help"; then