projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b8973c
)
ecompressdir: use proper exit value
author
Jonathan Callen
<en.ABCD@gmail.com>
Fri, 27 Aug 2010 15:51:31 +0000
(11:51 -0400)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 27 Aug 2010 15:52:37 +0000
(08:52 -0700)
bin/ebuild-helpers/ecompressdir
patch
|
blob
|
history
diff --git
a/bin/ebuild-helpers/ecompressdir
b/bin/ebuild-helpers/ecompressdir
index 6cbb53f9af624c7913e7bdcdf81e66f1025c0890..90c26f9d5084951390fbb8b871ae1b40aeb52ea1 100755
(executable)
--- a/
bin/ebuild-helpers/ecompressdir
+++ b/
bin/ebuild-helpers/ecompressdir
@@
-24,7
+24,7
@@
case $1 in
touch "$@"
ret=$?
[[ $ret -ne 0 ]] && helpers_die "${0##*/} failed"
- exit $
?
+ exit $
ret
;;
--dequeue)
[[ -n $2 ]] && vecho "${0##*/}: --dequeue takes no additional arguments" 1>&2