Skip to content

Commit

Permalink
Item1120: pseudo-install.pl incorrectly sets return code with -A comm…
Browse files Browse the repository at this point in the history
…and line option

git-svn-id: http://svn.foswiki.org/trunk@2605 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Feb 22, 2009
1 parent b03d742 commit 4b64f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pseudo-install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ sub enablePlugin {

if ($autoconf) {
Autoconf();
exit 1 unless ( scalar(@ARGV) );
exit 0 unless ( scalar(@ARGV) );
}

unless ( scalar(@ARGV) ) {
Expand Down

0 comments on commit 4b64f56

Please sign in to comment.