Corrections...

This commit is contained in:
Tiago Almeida 2019-11-23 22:37:49 +00:00
parent 56f4bcf1cd
commit 2f6640c9c6

View File

@ -232,7 +232,7 @@ f_check_deps && exit 1
# Menu
# Getopts: https://www.shellscript.sh/tips/getopts/
while getopts "d:hlt:uvw" c
while getopts "d:hlt:uvw" c; do
case $c in
d) f_set_variable G_DIR $OPTARG ;;
h) f_menu_usage ;;