Browse code

Merge "Fixing space issues between " and ]"

Jenkins authored on 2013/11/22 18:58:46
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@ cleanup() {
22 22
         umount $MNTDIR
23 23
         rmdir $MNTDIR
24 24
     fi
25
-    if [ -n "$DEV_FILE_TMP" -a -e "$DEV_FILE_TMP "]; then
25
+    if [ -n "$DEV_FILE_TMP" -a -e "$DEV_FILE_TMP" ]; then
26 26
         rm -f $DEV_FILE_TMP
27 27
     fi
28 28
     if [ -n "$IMG_FILE_TMP" -a -e "$IMG_FILE_TMP" ]; then