summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/doinitd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild-helpers/doinitd')
-rwxr-xr-xbin/ebuild-helpers/doinitd4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ebuild-helpers/doinitd b/bin/ebuild-helpers/doinitd
index 8ea51f1ee..b711e190a 100755
--- a/bin/ebuild-helpers/doinitd
+++ b/bin/ebuild-helpers/doinitd
@@ -1,10 +1,10 @@
#!/bin/bash
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
if [[ $# -lt 1 ]] ; then
source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
- helpers_die "$0: at least one argument needed"
+ helpers_die "${0##*/}: at least one argument needed"
exit 1
fi