Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minnee committed Mar 9, 2011
2 parents 445a0b9 + 2c898ef commit 601d95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piston-export
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if($allHashes == array("")) $allHashes = array();
if($hashesToIgnore == array("")) $hashesToIgnore = array();

if(!$allHashes) {
if($config['exported_to']) {
if(isset($config['exported_to'])) {
echo "There weren't any more patches to apply since {$config['exported_to']}\n";
} else {
echo "There weren't any patches to apply\n";
Expand Down

0 comments on commit 601d95a

Please sign in to comment.