aboutsummaryrefslogtreecommitdiff
path: root/nwatch
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-10 16:36:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-10 16:36:39 +1200
commit1b1e8ba9613d6a7193a33605029059633d20dd14 (patch)
treeb4dcb1a070b9c52aa5542cfd6abed1763c34bbba /nwatch
parentMerge branch 'hotfix/v2.0.1' (diff)
parentBump VERSION (diff)
downloadnwatch-1b1e8ba9613d6a7193a33605029059633d20dd14.tar.gz
nwatch-1b1e8ba9613d6a7193a33605029059633d20dd14.zip
Merge branch 'hotfix/v2.0.2'HEADv2.0.2master
* hotfix/v2.0.2: Bump VERSION Remove useless -- that breaks things
Diffstat (limited to 'nwatch')
-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