summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2006-06-14 10:38:30 +0000
committerLuotao Fu <l.fu@pengutronix.de>2006-06-14 10:38:30 +0000
commit165d99a8847cb83fa53ea2bfe6187d61ea8dde5d (patch)
treea9f13118f906565b50a4877d94cc1cf07dfe61e4 /bin
parent025139bd5e534a9beaef7cbebc0d1eceaa89a3e6 (diff)
downloadptxdist-165d99a8847cb83fa53ea2bfe6187d61ea8dde5d.tar.gz
ptxdist-165d99a8847cb83fa53ea2bfe6187d61ea8dde5d.tar.xz
minor fix on ptxdist script in boardsetup routine
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5780 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index ec41206fa..76db3599e 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -69,8 +69,7 @@ boardsetup() {
echo
echo "${PROMPT}boardsetup..."
- if [ ! -e "${PTXDIST_WORKSPACE}/boardsetup/boardsetup" ] ||
- [ ! -e "${PTXDIST_WORKSPACE}/boardsetup/Kconfig" ]; then
+ if [ ! -e "${PTXDIST_WORKSPACE}/boardsetup/Kconfig" ]; then
echo "error: boardsetup/boardsetup or boardsetup/Kconfig missing"
echo
exit 1