diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-12 08:42:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-12 08:42:35 +0000 |
commit | 8486c150de341664460874a024553c1f271484de (patch) | |
tree | 23af4c891c4cf4414b1cfddc68336bc055827f93 /devel/gitolite/files/patch-src_triggers_post-compile_ssh-authkeys-split | |
parent | - Switch to new test framework (diff) |
Update to 3.6.8.
Sponsored by: Absolight
Diffstat (limited to 'devel/gitolite/files/patch-src_triggers_post-compile_ssh-authkeys-split')
-rw-r--r-- | devel/gitolite/files/patch-src_triggers_post-compile_ssh-authkeys-split | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/gitolite/files/patch-src_triggers_post-compile_ssh-authkeys-split b/devel/gitolite/files/patch-src_triggers_post-compile_ssh-authkeys-split index 3a367d644072..fca5efb02366 100644 --- a/devel/gitolite/files/patch-src_triggers_post-compile_ssh-authkeys-split +++ b/devel/gitolite/files/patch-src_triggers_post-compile_ssh-authkeys-split @@ -1,11 +1,11 @@ ---- src/triggers/post-compile/ssh-authkeys-split.orig 2017-07-02 14:01:25 UTC +--- src/triggers/post-compile/ssh-authkeys-split.orig 2018-07-12 07:50:58 UTC +++ src/triggers/post-compile/ssh-authkeys-split -@@ -66,7 +66,7 @@ do - echo 1>&2 "ssh-authkeys-split: bad line $seq in keydir/$k" - rm -f $f - fi +@@ -73,7 +73,7 @@ do + seq=0 + while read line + do - (( seq++ )) -+ seq=$(( $seq + 1 )) - done < $k - - # now delete the original file ++ seq=$(( $seq + 1 )) + [ -z "$line" ] && continue + f=$SKD/$base@$seq.pub + echo "$line" > $f |