summaryrefslogtreecommitdiffstats
path: root/bin/doexe
diff options
context:
space:
mode:
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