summaryrefslogtreecommitdiffstats
path: root/board/freescale-mx35-3-stack/env
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-04-08 14:22:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-05-03 15:02:03 +0200
commite314896a4bfe933bd5974e1a03d2e4ccbb45b8fa (patch)
tree24ab912709c9f7b15ba2737e22119d6bc95d1d52 /board/freescale-mx35-3-stack/env
parent3246e1327151448d279f3f6aa8330df70ce0b138 (diff)
downloadbarebox-e314896a4bfe933bd5974e1a03d2e4ccbb45b8fa.tar.gz
barebox-e314896a4bfe933bd5974e1a03d2e4ccbb45b8fa.tar.xz
fix _update scripts
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'board/freescale-mx35-3-stack/env')
-rw-r--r--board/freescale-mx35-3-stack/env/bin/_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale-mx35-3-stack/env/bin/_update b/board/freescale-mx35-3-stack/env/bin/_update
index 4f0839f89b..ddd6b84f72 100644
--- a/board/freescale-mx35-3-stack/env/bin/_update
+++ b/board/freescale-mx35-3-stack/env/bin/_update
@@ -5,7 +5,7 @@ if [ -z "$part" -o -z "$image" ]; then
exit 1
fi
-if [ \! -e "$part" ]; then
+if [ ! -e "$part" ]; then
echo "Partition $part does not exist"
exit 1
fi