Skip to content

Commit

Permalink
Make better use of exitnormal().
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperVector committed Aug 24, 2012
1 parent e14c9fd commit 98dca03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cdm
Expand Up @@ -162,6 +162,8 @@ case ${flaglist[$binindex]} in
if ! eval cdm-xlaunch $launchflags -- $bin -- $serverargs; then
warn "\`cdm-xlaunch' exited unsuccessfully."
exiterror
else
exitnormal
fi
;;

Expand Down

0 comments on commit 98dca03

Please sign in to comment.