diff options
-rwxr-xr-x | bin/ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ebuild b/bin/ebuild index 5a2962fae..0225374e4 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -74,6 +74,9 @@ for arg in pargs: except KeyboardInterrupt: print "Interrupted." a = 1 + except KeyError + # aux_get error + a = 1 if a == None: print "Could not run the required binary?" a = 127 |