소스 검색

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,7 +25,7 @@ dottum__route() {
25 25
     case $Action in
26 26
         init)       dottum__make_links  ;;
27 27
         explore)    dottum__explore     ;;
28
-        *)          usage       ;;
28
+        *)          saturnin__bug "bad Action: $Action" ;;
29 29
     esac
30 30
 }
31 31
 export LC_ALL=C