summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-15 13:36:44 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-15 13:36:44 +0000
commitb8ed63fcaefd34fadd37d557e016d01df2a17115 (patch)
tree1d73e4cace215e712ee984662fbb0143380e9c48 /bin
parentaed137e010352b852d818791ea03c6f69bd92bc8 (diff)
downloadptxdist-b8ed63fcaefd34fadd37d557e016d01df2a17115.tar.gz
ptxdist-b8ed63fcaefd34fadd37d557e016d01df2a17115.tar.xz
* ptxdist:
fix extract target git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8011 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 709873216..426dc3f86 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -213,7 +213,7 @@ check_compiler() {
if [ -z "${compiler_is}" ]; then
echo
echo "${PROMPT}error: Compiler '${compiler}' not found. Check PATH or"
- echo "${PROMPT}error: use 'ptxdist toolchain <path/to/toolchain>'."
+ echo "${PROMPT}error: use 'ptxdist toolchain [</path/to/toolchain>]'."
echo
exit 1
fi
@@ -1280,7 +1280,7 @@ while [ "$#" != "0" ]; do
check_ptxconfig
check_if_selected $1
check_deps
- ptxd_make "${STATEDIR}/{$1}.extract" 2>&1 | tee -a ${PTXDIST_PLATFORMDIR}/logfile
+ ptxd_make "${STATEDIR}/${1}.extract" 2>&1 | tee -a ${PTXDIST_PLATFORMDIR}/logfile
check_pipe_status
exit
;;