瀏覽代碼

Report invalid $Action value properly as bug

Alois Mahdal 5 年之前
父節點
當前提交
cbf4c70c1f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/libexec/dottum-install

+ 1
- 1
src/libexec/dottum-install 查看文件

25
     case $Action in
25
     case $Action in
26
         init)       dottum__make_links  ;;
26
         init)       dottum__make_links  ;;
27
         explore)    dottum__explore     ;;
27
         explore)    dottum__explore     ;;
28
-        *)          usage       ;;
28
+        *)          saturnin__bug "bad Action: $Action" ;;
29
     esac
29
     esac
30
 }
30
 }
31
 export LC_ALL=C
31
 export LC_ALL=C