Просмотр исходного кода

added missing cmd_dev_clear_functions

Daniel Gibbs 8 лет назад
Родитель
Сommit
b84f5dc701
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/core_getopt.sh

+ 1 - 1
lgsm/functions/core_getopt.sh

@@ -132,7 +132,7 @@ currentopt+=( "${cmd_install[@]}" "${cmd_auto_install[@]}" )
 ## Developer commands
 ## Developer commands
 currentopt+=( "${cmd_dev_debug[@]}" )
 currentopt+=( "${cmd_dev_debug[@]}" )
 if [ -f ".dev-debug" ]; then
 if [ -f ".dev-debug" ]; then
-	currentopt+=( "${cmd_dev_detect_deps[@]}" "${cmd_dev_detect_glibc[@]}" "${cmd_dev_detect_ldd[@]}" "${cmd_dev_query_raw[@]}" )
+	currentopt+=( "${cmd_dev_detect_deps[@]}" "${cmd_dev_detect_glibc[@]}" "${cmd_dev_detect_ldd[@]}" "${cmd_dev_query_raw[@]}" "${cmd_dev_clear_functions[@]}" )
 fi
 fi
 
 
 ### Build list of available commands
 ### Build list of available commands