aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgspell2
1 files changed, 2 insertions, 0 deletions
diff --git a/gspell b/gspell
index 5edb8e4..e931f3c 100755
--- a/gspell
+++ b/gspell
@@ -12,5 +12,7 @@ fi
spell "$@" > $f
fgrep -Hnof $f "$@" |
awk -F: 'NF > 2 { print $0; prefix = $1 ":" $2 ":"; next } { print prefix $0 }'
+s=$?
rm $f
rm $g 2>/dev/null
+exit $s