9
0
Fork 0

fix _update scripts

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-04-08 14:22:03 +02:00
parent 3246e13271
commit e314896a4b
17 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -9,7 +9,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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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