aboutsummaryrefslogtreecommitdiff
path: root/test-backport.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-09-12 17:20:30 -0600
committerRob Savoye <rob.savoye@linaro.org>2014-09-12 17:20:30 -0600
commitd9ccd83e32ca816840088dadb79ccd7b928608ca (patch)
tree2881c67ba434ee8fa4755dd873112fbe2fb3e13d /test-backport.sh
parent9bd31df1355f8630252eaee692ec76d72b3f3d0d (diff)
fix typo
Diffstat (limited to 'test-backport.sh')
-rwxr-xr-xtest-backport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-backport.sh b/test-backport.sh
index 85c07a8..ec566ee 100755
--- a/test-backport.sh
+++ b/test-backport.sh
@@ -75,7 +75,7 @@ fi
if test ! -e ${srcdir}; then
# (cd ${local_snapshots}/${repo} && git pull)
- git-new-workdir $${git_reference_dir}/${repo} ${srcdir} ${branch}
+ git-new-workdir ${git_reference_dir}/${repo} ${srcdir} ${branch}
#else
# (cd ${srcdir} && git pull)
fi