aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-10 16:35:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-10 16:35:51 +1200
commit55292d480d3abfbdc08277c13095d3871229a598 (patch)
tree7d5869197405902e7b2490fdab4ce8cd1bd7a357
parentMerge branch 'hotfix/v2.0.1' (diff)
downloadnwatch-55292d480d3abfbdc08277c13095d3871229a598.tar.gz
nwatch-55292d480d3abfbdc08277c13095d3871229a598.zip
Remove useless -- that breaks things
-rwxr-xr-xnwatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nwatch b/nwatch
index e44da1e..9ab1a33 100755
--- a/nwatch
+++ b/nwatch
@@ -86,5 +86,5 @@ function write() {
}
!NF { write() }
END { write() }
-' -- "$diff"
+' "$diff"
fi