summaryrefslogtreecommitdiffstats
path: root/bin/doexe
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-04-15 18:42:28 +0000
committerSimon Stelling <blubb@gentoo.org>2006-04-15 18:42:28 +0000
commitd68ec90157a963f3483c09915b1844ee43b4ac77 (patch)
tree6553f68fc4267b99784f10fb2fe03a3454505eef /bin/doexe
parent1b7e9bacc284926b12a4d64a288d373de8b1708f (diff)
downloadportage-d68ec90157a963f3483c09915b1844ee43b4ac77.tar.gz
portage-d68ec90157a963f3483c09915b1844ee43b4ac77.tar.bz2
portage-d68ec90157a963f3483c09915b1844ee43b4ac77.zip
`` must die
svn path=/main/trunk/; revision=3155
Diffstat (limited to 'bin/doexe')
-rwxr-xr-xbin/doexe2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/doexe b/bin/doexe
index aa87f787e..949527768 100755
--- a/bin/doexe
+++ b/bin/doexe
@@ -15,7 +15,7 @@ fi
for x in "$@" ; do
if [ -L "${x}" ] ; then
cp "${x}" "${T}"
- mysrc="${T}"/`/usr/bin/basename "${x}"`
+ mysrc="${T}"/$(/usr/bin/basename "${x}")
elif [ -d "${x}" ] ; then
echo "doexe: warning, skipping directory ${x}"
continue