summaryrefslogtreecommitdiff
path: root/bin/euse
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-12-20 17:12:39 -0500
committerMatt Turner <mattst88@gentoo.org>2020-12-20 17:12:39 -0500
commiteeb8a46876d546b64cc7e16f76c6eef4ef524b23 (patch)
tree81df7d54f957b38ec2ccf6927c82c407ae8f2109 /bin/euse
parentd21a2fa94f571100e30f5b755e5050246bcfbbdd (diff)
downloadgentoolkit-eeb8a46876d546b64cc7e16f76c6eef4ef524b23.tar.gz
Remove $Header$
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'bin/euse')
-rwxr-xr-xbin/euse2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/euse b/bin/euse
index 263d0f2..c3b6638 100755
--- a/bin/euse
+++ b/bin/euse
@@ -2,8 +2,6 @@
# Disable globbing because "-*" and such is valid as a use flag.
set -f
-# $Header$
-
# bash replacement for the original euse by Arun Bhanu
# Author: Marius Mauch <genone@gentoo.org>
# Jared Hancock (Signigicant rewrite for package.use support)