projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
978994a
)
Source isolated-functions.sh for vecho definition. Thanks to Martin MOKREJŠ
author
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Apr 2010 17:54:45 +0000
(10:54 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Apr 2010 17:54:45 +0000
(10:54 -0700)
<mmokrejs@fold.natur.cuni.cz> for reporting.
bin/ebuild-helpers/doinfo
patch
|
blob
|
history
diff --git
a/bin/ebuild-helpers/doinfo
b/bin/ebuild-helpers/doinfo
index 1aaf7fe4c16634395f3288beefd41bb7d0f8bc63..96413aa6a9c7801d83ad56cea4f7fafd9745b6a6 100755
(executable)
--- a/
bin/ebuild-helpers/doinfo
+++ b/
bin/ebuild-helpers/doinfo
@@
-1,7
+1,9
@@
#!/bin/bash
-# Copyright 1999-20
07
Gentoo Foundation
+# Copyright 1999-20
10
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
+
if [[ -z $1 ]] ; then
vecho "${0##*/}: at least one argument needed"
exit 1