mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 05:30:08 +02:00
Corrections...
This commit is contained in:
parent
56f4bcf1cd
commit
2f6640c9c6
@ -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 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user