Skip to content

Commit

Permalink
Item1120: set return code upon script completion
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@2603 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Feb 22, 2009
1 parent 7f6d173 commit 412088c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/pseudo-install.pl
Expand Up @@ -442,3 +442,5 @@ sub enablePlugin {
}

print join( ", ", @modules ), ' ', ( $installing ? 'i' : 'uni' ), "nstalled\n";

exit 0;

0 comments on commit 412088c

Please sign in to comment.