Browse Source

create_device - bash typo

Émile Morel 10 years ago
parent
commit
d09c83b407
1 changed files with 1 additions and 1 deletions
  1. 1 1
      olinux/create_device.sh

+ 1 - 1
olinux/create_device.sh

@@ -59,7 +59,7 @@ if [ "${DEVICE}" == "img" ] ; then
   
   sync
 
-elif [ ! -z $IMGSIZE ] : then
+elif [ ! -z $IMGSIZE ] ; then
   IMGSIZE=${IMGSIZE}"MiB"
 else
   IMGSIZE="100%"