Browse Source

changed dg to dl

pull/1054/head
Daniel Gibbs 9 years ago
parent
commit
4630472d19
  1. 16
      lgsm/functions/core_getopt.sh

16
lgsm/functions/core_getopt.sh

@ -45,7 +45,7 @@ case "${getopt}" in
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
dg|detect-ldd)
dl|detect-ldd)
command_dev_detect_ldd.sh;;
*)
if [ -n "${getopt}" ]; then
@ -109,7 +109,7 @@ case "${getopt}" in
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
dg|detect-ldd)
dl|detect-ldd)
command_dev_detect_ldd.sh;;
*)
if [ -n "${getopt}" ]; then
@ -172,7 +172,7 @@ case "${getopt}" in
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
dg|detect-ldd)
dl|detect-ldd)
command_dev_detect_ldd.sh;;
*)
if [ -n "${getopt}" ]; then
@ -230,7 +230,7 @@ case "${getopt}" in
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
dg|detect-ldd)
dl|detect-ldd)
command_dev_detect_ldd.sh;;
*)
if [ -n "${getopt}" ]; then
@ -296,7 +296,7 @@ case "${getopt}" in
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
dg|detect-ldd)
dl|detect-ldd)
command_dev_detect_ldd.sh;;
fd|fastdl)
command_fastdl.sh;;
@ -365,7 +365,7 @@ case "${getopt}" in
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
dg|detect-ldd)
dl|detect-ldd)
command_dev_detect_ldd.sh;;
*)
if [ -n "${getopt}" ]; then
@ -435,7 +435,7 @@ case "${getopt}" in
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
dg|detect-ldd)
dl|detect-ldd)
command_dev_detect_ldd.sh;;
mc|map-compressor)
compress_unreal2_maps.sh;;
@ -507,7 +507,7 @@ case "${getopt}" in
command_dev_detect_deps.sh;;
dg|detect-glibc)
command_dev_detect_glibc.sh;;
dg|detect-ldd)
dl|detect-ldd)
command_dev_detect_ldd.sh;;
*)
if [ -n "${getopt}" ]; then

Loading…
Cancel
Save