aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcreate_arm_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_arm_image.sh b/create_arm_image.sh
index a85eb13..c646850 100755
--- a/create_arm_image.sh
+++ b/create_arm_image.sh
@@ -65,7 +65,7 @@ if [ 0 -ne $(echo "${CMD_LINE}" | grep -c '\-\-log') ]; then
if [ "x" = "${LOGFILE}x" ]; then
mkdir -p ./log
LOGFILE="./log/mga4arm-$(date "+%Y-%m-%d-%H:%M:%S")-${CONFIG_NAME}.log"
- LOGCMD="--log "
+ LOGCMD="--log"
else
LOGCMD="--log ${lOGFILE}"
fi