瀏覽代碼

corrected "

Daniel Gibbs 8 年之前
父節點
當前提交
4503decfff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/command_dev_clear_functions.sh

+ 1 - 1
lgsm/functions/command_dev_clear_functions.sh

@@ -9,6 +9,6 @@ echo "Clear Functions"
 echo "================================="
 echo ""
 if fn_prompt_yn "Do you want to delete all functions?" Y; then
-	rm -rfv "${functionsdir}/*"
+	rm -rfv "${functionsdir}"/*
 fi
 core_exit.sh