diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-23 12:32:31 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-23 12:32:31 +0000 |
commit | 0bc7afd64bba8b9290b5afdc722cc5eadc8b081a (patch) | |
tree | 8bddf8fea79c56b7ffb8080bf855cbb4fad14ff2 /pcmcia-cs | |
parent | f183ee6cbaf6392cc56c9934750cd48b125ce047 (diff) |
remove spurious backslash introduced in last change
BKrev: 41a32ddf609P6ANnv1DuvLXbzzQSZw
Diffstat (limited to 'pcmcia-cs')
-rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.8.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcmcia-cs/pcmcia-cs_3.2.8.oe b/pcmcia-cs/pcmcia-cs_3.2.8.oe index 71e41ab643..750a4a71c5 100644 --- a/pcmcia-cs/pcmcia-cs_3.2.8.oe +++ b/pcmcia-cs/pcmcia-cs_3.2.8.oe @@ -13,7 +13,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ file://wireless.opts \ file://network.conf \ file://hostap_cs.conf \ - file://wnv.conf \" + file://wnv.conf" S = "${WORKDIR}/pcmcia-cs-${PV}" INITSCRIPT_NAME = "pcmcia" |