Ugh, unquote the contents of SSH_KEY variable so it's not looking for ~/.ssh/id_dsa...
authorOyvind Repvik <nail@nslu2-linux.org>
Fri, 5 Aug 2005 12:07:07 +0000 (12:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 5 Aug 2005 12:07:07 +0000 (12:07 +0000)
Makefile

index 5d25513..e515094 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 SVN_USER ?= ${USER}
 CVS_USER ?= ${USER}
 SVN_SSH ?= "-l ${SVN_USER}"
-SSH_KEY ?= "~/.ssh/id_dsa"     # Default. Change if you have several keys you use on a regular basis
+SSH_KEY ?= ~/.ssh/id_dsa       # Default. Change if you have several keys you use on a regular basis
 
 HOST_MACHINE:=$(shell uname -m | sed \
        -e 's/i[3-9]86/i386/' \