Browse Source

changed depsdetect to deps-detect

pull/1011/head
Daniel Gibbs 9 years ago
parent
commit
1408981dfc
  1. 16
      lgsm/functions/core_getopt.sh

16
lgsm/functions/core_getopt.sh

@ -41,7 +41,7 @@ case "${getopt}" in
command_install.sh;;
ai|auto-install)
fn_autoinstall;;
dd|depsdetect)
dd|deps-detect)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -103,7 +103,7 @@ case "${getopt}" in
command_install.sh;;
ai|auto-install)
fn_autoinstall;;
dd|depsdetect)
dd|deps-detect)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -162,7 +162,7 @@ case "${getopt}" in
command_install.sh;;
ai|auto-install)
fn_autoinstall;;
dd|depsdetect)
dd|deps-detect)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -217,7 +217,7 @@ case "${getopt}" in
command_dev_debug.sh;;
i|install)
command_install.sh;;
dd|depsdetect)
dd|deps-detect)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -281,7 +281,7 @@ case "${getopt}" in
command_install.sh;;
ai|auto-install)
fn_autoinstall;;
dd|depsdetect)
dd|deps-detect)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -348,7 +348,7 @@ case "${getopt}" in
fn_autoinstall;;
mc|map-compressor)
compress_ut99_maps.sh;;
dd|depsdetect)
dd|deps-detect)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -416,7 +416,7 @@ case "${getopt}" in
command_install.sh;;
ai|auto-install)
fn_autoinstall;;
dd|depsdetect)
dd|deps-detect)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -486,7 +486,7 @@ case "${getopt}" in
install_ut2k4_key.sh;;
mc|map-compressor)
compress_unreal2_maps.sh;;
dd|depsdetect)
dd|deps-detect)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;

Loading…
Cancel
Save