summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dohard2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dohard b/bin/dohard
index 327bf5897..dfd7bd341 100755
--- a/bin/dohard
+++ b/bin/dohard
@@ -11,4 +11,4 @@ fi
destdir=${2%/*}
[[ ! -d ${D}${destdir} ]] && dodir "${destdir}"
-exec ln -f "$1" "${D}$2"
+exec ln -f "${D}$1" "${D}$2"