summaryrefslogtreecommitdiff
path: root/src/endofossil
diff options
context:
space:
mode:
Diffstat (limited to 'src/endofossil')
-rw-r--r--src/endofossil1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/endofossil b/src/endofossil
index 6636163..2c5c43c 100644
--- a/src/endofossil
+++ b/src/endofossil
@@ -36,6 +36,7 @@ done < <(ssh-keygen -f <(printf '%s\n' "$keytype $keyvalue") -r .)
36 36
37case "$SSH_ORIGINAL_COMMAND" in 37case "$SSH_ORIGINAL_COMMAND" in
38 *\"* ) exit 1 ;; 38 *\"* ) exit 1 ;;
39 : | true | /bin/true ) exit 0 ;;
39 fossil\ test-http\ * ) 40 fossil\ test-http\ * )
40 set -- $SSH_ORIGINAL_COMMAND 41 set -- $SSH_ORIGINAL_COMMAND
41 [ $# = 3 ] 42 [ $# = 3 ]