aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-01-09 18:38:31 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-01-09 18:38:31 +0100
commitef06674624719a54ba75a0847e76d937623edf9e (patch)
tree6e8a4565d9992e995263a41c84868f6e0c71f88c /wiki
parentFri, 04 Jan 2019 18:11:54 +0100 (diff)
downloadwiki-public-ef06674624719a54ba75a0847e76d937623edf9e.tar.gz
wiki-public-ef06674624719a54ba75a0847e76d937623edf9e.tar.xz
Wed, 09 Jan 2019 18:38:31 +0100
Diffstat (limited to 'wiki')
-rwxr-xr-xwiki4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiki b/wiki
index 67d3000..74097e1 100755
--- a/wiki
+++ b/wiki
@@ -12,7 +12,9 @@ fi
pushd $WIKIPATH
-case $1 in
+command=$1
+
+case $command in
commit)
shift
if [ $# -eq 0 ]; then