mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
Corrections...
This commit is contained in:
parent
56f4bcf1cd
commit
2f6640c9c6
@ -232,7 +232,7 @@ f_check_deps && exit 1
|
|||||||
|
|
||||||
# Menu
|
# Menu
|
||||||
# Getopts: https://www.shellscript.sh/tips/getopts/
|
# Getopts: https://www.shellscript.sh/tips/getopts/
|
||||||
while getopts "d:hlt:uvw" c
|
while getopts "d:hlt:uvw" c; do
|
||||||
case $c in
|
case $c in
|
||||||
d) f_set_variable G_DIR $OPTARG ;;
|
d) f_set_variable G_DIR $OPTARG ;;
|
||||||
h) f_menu_usage ;;
|
h) f_menu_usage ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user