summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
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