summaryrefslogtreecommitdiff
path: root/dis
diff options
context:
space:
mode:
Diffstat (limited to 'dis')
-rwxr-xr-xdis/sig4
1 files changed, 2 insertions, 2 deletions
diff --git a/dis/sig b/dis/sig
index cacf7ab0..9eb59a41 100755
--- a/dis/sig
+++ b/dis/sig
@@ -8,7 +8,7 @@ x=$*
*=`{echo $x | tr A-Z a-z | tr -dc 'a-z0-9_ \012'} # fold case, delete funny chars
if {no $*} {
echo Usage: sig function ... >[1=2]
- exit 1
+ raise 'usage'
}
for i in $* {
@@ -29,4 +29,4 @@ for i in $* {
}
}
-exit 0
+exit