Elisp: Fix return code

master
Pierre Neidhardt 2014-09-14 00:29:34 +02:00
parent 349e341dfb
commit b477018044
1 changed files with 3 additions and 1 deletions

View File

@ -47,5 +47,7 @@ fi
shift
emacs -Q --script "$script" "$@"
$OPT_CLEAN && rm "$script"
## WARNING: never leave a script on a condition, return code be unexpectedly != 0.
exit 0