1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
ports/devel/gitolite/files/patch-src_triggers_post-compile_ssh-authkeys-split
Mathieu Arnold 8486c150de Update to 3.6.8.
Sponsored by:	Absolight
2018-07-12 08:42:35 +00:00

11 lines
325 B
Text

--- src/triggers/post-compile/ssh-authkeys-split.orig 2018-07-12 07:50:58 UTC
+++ src/triggers/post-compile/ssh-authkeys-split
@@ -73,7 +73,7 @@ do
seq=0
while read line
do
- (( seq++ ))
+ seq=$(( $seq + 1 ))
[ -z "$line" ] && continue
f=$SKD/$base@$seq.pub
echo "$line" > $f