Browse Source

missing ;;

pull/1275/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
7b28f2b609
  1. 2
      lgsm/functions/core_getopt.sh

2
lgsm/functions/core_getopt.sh

@ -618,7 +618,7 @@ case "${getopt}" in
mr|mods-remove)
command_mods_remove.sh;;
wi|wipe
command_wipe.sh
command_wipe.sh;;
dd|detect-deps)
command_dev_detect_deps.sh;;
dg|detect-glibc)

Loading…
Cancel
Save