diff options
author | Holger Freyther <zecke@selfish.org> | 2006-11-18 00:17:21 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-11-18 00:17:21 +0000 |
commit | 00db8c040e08335a8a42ede66596b6f49275ccce (patch) | |
tree | c6088906fb630fc4b4e7d1af648359bde8e370e7 /packages/linux/ixp4xx-kernel-svnpatch.inc | |
parent | 11fa945b34ad7d10c14073af9966f274b4cf49ed (diff) |
Fix parse error by adding one or two "'" or '"' removing whitespace behind \...
Diffstat (limited to 'packages/linux/ixp4xx-kernel-svnpatch.inc')
-rw-r--r-- | packages/linux/ixp4xx-kernel-svnpatch.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel-svnpatch.inc b/packages/linux/ixp4xx-kernel-svnpatch.inc index d986236d1b..601d7e9090 100644 --- a/packages/linux/ixp4xx-kernel-svnpatch.inc +++ b/packages/linux/ixp4xx-kernel-svnpatch.inc @@ -1,6 +1,6 @@ addtask svnpatch before do_configure after do_patch -IXP4XX_KERNEL_SVN_REPO ?= http://svn.nslu2-linux.org/svnroot/kernel/trunk +IXP4XX_KERNEL_SVN_REPO ?= "http://svn.nslu2-linux.org/svnroot/kernel/trunk" do_svnpatch() { svn co ${IXP4XX_KERNEL_SVN_REPO}/patches/${IXP4XX_KERNEL_PATCH_DIR} --revision ${IXP4XX_KERNEL_SVN_REV} ${WORKDIR}/patches-${PV} |