From: Zac Medico Date: Wed, 3 Jun 2009 20:37:56 +0000 (-0000) Subject: Make usev() strip ! prefix in echoed output as specified in bug #270658, X-Git-Tag: v2.2_rc34~206 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3a905e1600af3884aedb33d8cc3c514cc2dc7bdf;p=portage.git Make usev() strip ! prefix in echoed output as specified in bug #270658, comment #16. svn path=/main/trunk/; revision=13628 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 8446d6b6c..01c2872ba 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -122,7 +122,7 @@ use() { usev() { if useq ${1}; then - echo "${1}" + echo "${1#!}" return 0 fi return 1