Procházet zdrojové kódy

changed depsdetect to deps-detect

Daniel Gibbs před 9 roky
rodič
revize
1408981dfc
1 změnil soubory, kde provedl 8 přidání a 8 odebrání
  1. 8 8
      lgsm/functions/core_getopt.sh

+ 8 - 8
lgsm/functions/core_getopt.sh

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