summaryrefslogtreecommitdiffstats
path: root/scripts/libptxdist.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-12-24 21:25:38 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-12-25 00:31:18 +0100
commit8fea1a1ea4b2e87675f153ac727f1007c4545b7f (patch)
tree42b1910608a51480b433fe6ab4ed44ebd836f9a2 /scripts/libptxdist.sh
parentbb7d9718b4fe2939ea478adee5c34dd606fbd95b (diff)
downloadptxdist-8fea1a1ea4b2e87675f153ac727f1007c4545b7f.tar.gz
ptxdist-8fea1a1ea4b2e87675f153ac727f1007c4545b7f.tar.xz
[libptxdist] fixed comment, we're using git now
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts/libptxdist.sh')
-rw-r--r--scripts/libptxdist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/libptxdist.sh b/scripts/libptxdist.sh
index 1da9a966e..acfa7e5a1 100644
--- a/scripts/libptxdist.sh
+++ b/scripts/libptxdist.sh
@@ -133,7 +133,7 @@ ptxd_get_ptxconf() {
if test -f "${PTXDIST_PLATFORMCONFIG}"; then
source "${PTXDIST_PLATFORMCONFIG}" || \
- ptxd_bailout "unable to source '${PTXDIST_PLATFORMCONFIG}' (maybe svn/git conflict?)" 3
+ ptxd_bailout "unable to source '${PTXDIST_PLATFORMCONFIG}' (maybe git conflict?)" 3
fi
if [ -n "${!1}" ]; then
echo "${!1}"
@@ -142,7 +142,7 @@ ptxd_get_ptxconf() {
if test -f "${PTXDIST_PTXCONFIG}"; then
source "${PTXDIST_PTXCONFIG}" || \
- ptxd_bailout "unable to source '${PTXDIST_PTXCONFIG}' (maybe svn conflict?)" 3
+ ptxd_bailout "unable to source '${PTXDIST_PTXCONFIG}' (maybe git conflict?)" 3
fi
if [ -n "${!1}" ]; then
echo "${!1}"