]> git.donarmstrong.com Git - don.git/commitdiff
remove extraneous trailing space in example
authorDon Armstrong <don@donarmstrong.com>
Sun, 16 Feb 2014 20:19:37 +0000 (12:19 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 16 Feb 2014 20:19:37 +0000 (12:19 -0800)
posts/working_with_org.mdwn

index 9f5bbc0e5da2804d6558cb6222c453a38e95ff37..c786300f9f011f5e74b948f1a6c61c29f1aeae97 100644 (file)
@@ -20,8 +20,8 @@ ORG_GREP='-e .org$ -e .org_archive$ -e .org_done$'
 
 if [ "x$1" == "xdoit" ]; then
     if git status --porcelain -z | grep -z '^ M' | grep -zq $ORG_GREP; then
 
 if [ "x$1" == "xdoit" ]; then
     if git status --porcelain -z | grep -z '^ M' | grep -zq $ORG_GREP; then
-        git status --porcelain -z | grep -z '^ M' | grep -z $ORG_GREP | \ 
-        sed -z 's/^ M//g' | \
+        git status --porcelain -z | grep -z '^ M' | grep -z $ORG_GREP | \
+            sed -z 's/^ M//g' | \
             xargs -0 git commit -m'update org files'
         git push;
     fi; 
             xargs -0 git commit -m'update org files'
         git push;
     fi;