]> www.infradead.org Git - users/dwmw2/ews-sync.git/commitdiff
No \n in shell scripts
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 19 Jul 2010 19:35:44 +0000 (20:35 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 19 Jul 2010 19:35:44 +0000 (20:35 +0100)
syncfolder.sh

index 81e3173f615be952f937793744e752f8b202768e..e2333e640692a2fce5212dd8c9db3e94ddb131a6 100755 (executable)
@@ -81,7 +81,7 @@ fi
 NEWSYNCSTATE=$(sed -n '/<m:SyncState>/{s/.*<m:SyncState>\(.*\)<\/m:SyncState>.*/\1/p}' $RESULTFILE)
 
 if [ "$NEWSYNCSTATE" = "" ]; then
-    echo "No <SyncState> found in response\n"
+    echo "No <SyncState> found in response"
     exit 1
 fi