summaryrefslogtreecommitdiffstats
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:25:48 +0200
commit93e438698b5ff746c8e2238dfadaae21054935f1 (patch)
treea76252799e43cdb8bd0ae7582521cde65f817b9a
parent90d7212dede0ae9c689f50eb759f24855af89d6e (diff)
downloadptxdist-93e438698b5ff746c8e2238dfadaae21054935f1.tar.gz
ptxdist-93e438698b5ff746c8e2238dfadaae21054935f1.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> (cherry picked from commit d0b1b8608dfa4aa9bae18b2bb798b4b19580e181) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-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
}