svn commit: r283001 - head/usr.bin/ssh-copy-id
Eitan Adler
eadler at FreeBSD.org
Sat May 16 06:15:50 UTC 2015
Author: eadler
Date: Sat May 16 06:15:49 2015
New Revision: 283001
URL: https://svnweb.freebsd.org/changeset/base/283001
Log:
ssh-copy-id: Add missing line continuation
PR: 194301
Reported by: pkubaj at riseup.net
Patch by: Ross Kilgariff <rosskilgariff at gmail.com>
Modified:
head/usr.bin/ssh-copy-id/ssh-copy-id.sh
Modified: head/usr.bin/ssh-copy-id/ssh-copy-id.sh
==============================================================================
--- head/usr.bin/ssh-copy-id/ssh-copy-id.sh Sat May 16 06:04:53 2015 (r283000)
+++ head/usr.bin/ssh-copy-id/ssh-copy-id.sh Sat May 16 06:15:49 2015 (r283001)
@@ -48,7 +48,7 @@ sendkey() {
done ; \
if [ -x /sbin/restorecon ]; then \
/sbin/restorecon -F "$HOME/.ssh/" "$keyfile" >/dev/null 2>&1 || true ; \
- fi
+ fi \
'\'
}
More information about the svn-src-all
mailing list