From 557b40c187f4d913cdc1901b042a7e4d5805ea02 Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 10 Jun 2015 01:17:14 +0000 Subject: MFC r283001: ssh-copy-id: Add missing line continuation PR: 194301 Requested by: tuexen --- usr.bin/ssh-copy-id/ssh-copy-id.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/ssh-copy-id/ssh-copy-id.sh b/usr.bin/ssh-copy-id/ssh-copy-id.sh index 09fb3cc..f03d5c0 100755 --- a/usr.bin/ssh-copy-id/ssh-copy-id.sh +++ b/usr.bin/ssh-copy-id/ssh-copy-id.sh @@ -48,7 +48,7 @@ sendkey() { done ; \ if [ -x /sbin/restorecon ]; then \ /sbin/restorecon -F "$HOME/.ssh/" "$keyfile" >/dev/null 2>&1 || true ; \ - fi + fi \ '\' } -- cgit v1.1