aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-05-16 23:35:17 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2019-05-16 23:35:17 +0200
commit8d77cdf51c7b27bfb4ce4d2c3df2f7303a4fea81 (patch)
tree1faeb3c288791fc1305140aafdfe0410aa14f31b /wiki
parentSat, 11 May 2019 01:17:07 +0200 (diff)
downloadwiki-public-8d77cdf51c7b27bfb4ce4d2c3df2f7303a4fea81.tar.gz
wiki-public-8d77cdf51c7b27bfb4ce4d2c3df2f7303a4fea81.tar.xz
Thu, 16 May 2019 23:35:16 +0200
Diffstat (limited to 'wiki')
-rwxr-xr-xwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki b/wiki
index e37cbcc..26f91ef 100755
--- a/wiki
+++ b/wiki
@@ -14,7 +14,7 @@ wiki_list=""
# Assumes that PWD is a git repo.
#
function commit {
- if [ $# -eq 1 ]; then
+ if [ $# -lt 2 ]; then
msg="$(date --rfc-email)"
else
msg="$@"