Minor formating fix.
authorMichael Prokop <mika@grml.org>
Sat, 8 Jan 2011 14:04:45 +0000 (15:04 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 8 Jan 2011 14:04:45 +0000 (15:04 +0100)
grml-crypt

index 2921af1..b9f0f26 100755 (executable)
@@ -46,7 +46,7 @@ ADDITIONAL_CRYPTSETUP_ARGS_=""
 READONLY_SET_='false'
 ADDITIONAL_MOUNT_ARGS_=""
 BATCH_MODE_="--batch-mode"
-PV_=/usr/bin/pv
+PV_='/usr/bin/pv'
 
 ###
 ### __FUNCTIONS
@@ -325,7 +325,7 @@ function actionFormat
       if [[ -x "$PV_" && $verbose_ -ge 3 ]] ; then
         ddcmd_="dd if=$ENTROPY_SOURCE_ bs=1M 2>/dev/null | $PV_ | dd of=$TARGET_ bs=1M &>/dev/null"
       fi
-      execute "$ddcmd_" #||\
+      execute "$ddcmd_" # ||\
         # skipped because "no space left on device" from dd
         # die "could not initialise $TARGET_ with $ENTROPY_SOURCE_"
     else