Merge pull request #4207 from jnyrup/posix-conditional

Syntax error in shell conditional
This commit is contained in:
Stephan Raue 2015-06-22 14:51:14 +02:00
commit abcff54bda

View File

@ -40,7 +40,7 @@ md5sumCheck() {
)
}
if [ -z $part1 -o -z $part2 -o -z $id1 -o -z $id2]; then
if [ -z $part1 -o -z $part2 -o -z $id1 -o -z $id2 ]; then
echo "error: part1, part2, id1 or id2 not specified"
echo "actual values:"
echo "part1:" $part1