summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_patchin.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-08-02 16:53:56 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-08-02 21:23:58 +0200
commitd0b1b8608dfa4aa9bae18b2bb798b4b19580e181 (patch)
tree29e20440ee90d99c9501232b12b4c4379807f3f1 /scripts/lib/ptxd_make_world_patchin.sh
parent7d14006b7f76b26ddbd52f0bc00fa5c8f7056641 (diff)
downloadptxdist-d0b1b8608dfa4aa9bae18b2bb798b4b19580e181.tar.gz
ptxdist-d0b1b8608dfa4aa9bae18b2bb798b4b19580e181.tar.xz
[ptxd_make_world_patchin] alias: call git-ptx-patches directly
Don't use "sh" because the script uses bashisms, this breaks on ubuntu where /bin/sh is dash. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_patchin.sh')
-rw-r--r--scripts/lib/ptxd_make_world_patchin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh
index 91b8ff190..6afe17eb3 100644
--- a/scripts/lib/ptxd_make_world_patchin.sh
+++ b/scripts/lib/ptxd_make_world_patchin.sh
@@ -86,7 +86,7 @@ ptxd_make_world_patchin_apply_git_init()
git commit -q -m "initial commit" --author="ptxdist-${PTXDIST_VERSION_FULL} <ptxdist@pengutronix.de>" &&
git tag "${pkg_pkg}" &&
git tag base &&
- git config alias.ptx-patches "!sh ${PTXDIST_TOPDIR}/scripts/git-ptx-patches \"\$@\""
+ git config alias.ptx-patches "!${PTXDIST_TOPDIR}/scripts/git-ptx-patches \"\${@}\"" &&
echo "patchin: git: done"
fi
}