svn commit: r284197 - stable/10/usr.bin/ssh-copy-id

Eitan Adler eadler at FreeBSD.org
Wed Jun 10 01:17:15 UTC 2015


Author: eadler
Date: Wed Jun 10 01:17:14 2015
New Revision: 284197
URL: https://svnweb.freebsd.org/changeset/base/284197

Log:
  MFC r283001:
  	ssh-copy-id: Add missing line continuation
  
  PR:		194301
  Requested by:	tuexen

Modified:
  stable/10/usr.bin/ssh-copy-id/ssh-copy-id.sh
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/ssh-copy-id/ssh-copy-id.sh
==============================================================================
--- stable/10/usr.bin/ssh-copy-id/ssh-copy-id.sh	Tue Jun  9 23:54:20 2015	(r284196)
+++ stable/10/usr.bin/ssh-copy-id/ssh-copy-id.sh	Wed Jun 10 01:17:14 2015	(r284197)
@@ -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