summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2008-02-18 15:08:19 +0000
committerWolfram Sang <w.sang@pengutronix.de>2008-02-18 15:08:19 +0000
commit1b561f8ebc833e21e819188d18746a9a78a21086 (patch)
tree581ef8fc85e3fdbd9d9e5aa5c47ba1440f789e65 /bin
parent6b84c93a24b44ed0dfc189153bd47f739cf36c54 (diff)
downloadptxdist-1b561f8ebc833e21e819188d18746a9a78a21086.tar.gz
ptxdist-1b561f8ebc833e21e819188d18746a9a78a21086.tar.xz
* bin/ptxdist
if test not found, error message used wrong variable for printing wrong filename (+ cosmetic changes) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7782 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index d5a00782f..9b2fa5395 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -1234,7 +1234,7 @@ while [ "$#" != "0" ]; do
echo
else
echo
- echo "${PROMPT}error: test $i not found in PTXDIST_TOPDIR and PTXDIST_WORKSPACE"
+ echo "${PROMPT}error: Test '$1' not found in PTXDIST_TOPDIR and PTXDIST_WORKSPACE"
echo
fi
fi