From 6f55e69eb7519cec287d5ac4faa8c9b18fc60705 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 16 May 2015 06:15:49 +0000 Subject: [PATCH] ssh-copy-id: Add missing line continuation PR: 194301 Reported by: pkubaj@riseup.net Patch by: Ross Kilgariff --- 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 09fb3cca6ed..f03d5c0a3ba 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 \ '\' }