Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Exit with -1 on errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jul 7, 2012
1 parent 7b86c88 commit 61da121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/furnace-swf
Expand Up @@ -94,7 +94,7 @@ when 'abcextract'
end
else
puts "Tag #{subopts[:name].inspect} was not found"
exit 1
exit -1
end

when 'abcreplace'
Expand All @@ -106,6 +106,6 @@ when 'abcreplace'
end
else
puts "Tag #{subopts[:name].inspect} was not found"
exit 1
exit -1
end
end

0 comments on commit 61da121

Please sign in to comment.