Browse Source

changed deps-detect to detect-depts

for consistancy
pull/1038/head
Daniel Gibbs 9 years ago
parent
commit
c536acea84
  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|deps-detect)
dd|detect-deps)
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|deps-detect)
dd|detect-deps)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -164,7 +164,7 @@ case "${getopt}" in
command_install.sh;;
ai|auto-install)
fn_autoinstall;;
dd|deps-detect)
dd|detect-deps)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -220,7 +220,7 @@ case "${getopt}" in
command_dev_debug.sh;;
i|install)
command_install.sh;;
dd|deps-detect)
dd|detect-deps)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -284,7 +284,7 @@ case "${getopt}" in
command_install.sh;;
ai|auto-install)
fn_autoinstall;;
dd|deps-detect)
dd|detect-deps)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -351,7 +351,7 @@ case "${getopt}" in
fn_autoinstall;;
mc|map-compressor)
compress_ut99_maps.sh;;
dd|deps-detect)
dd|detect-deps)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -419,7 +419,7 @@ case "${getopt}" in
command_install.sh;;
ai|auto-install)
fn_autoinstall;;
dd|deps-detect)
dd|detect-deps)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
@ -489,7 +489,7 @@ case "${getopt}" in
install_ut2k4_key.sh;;
mc|map-compressor)
compress_unreal2_maps.sh;;
dd|deps-detect)
dd|detect-deps)
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;

Loading…
Cancel
Save