SOURCES: ipw3945-bashizm.patch - escape $1, $2
sparky
sparky at pld-linux.org
Tue Aug 1 16:27:15 CEST 2006
Author: sparky Date: Tue Aug 1 14:27:15 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- escape $1, $2
---- Files affected:
SOURCES:
ipw3945-bashizm.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/ipw3945-bashizm.patch
diff -u SOURCES/ipw3945-bashizm.patch:1.2 SOURCES/ipw3945-bashizm.patch:1.3
--- SOURCES/ipw3945-bashizm.patch:1.2 Tue Aug 1 16:00:17 2006
+++ SOURCES/ipw3945-bashizm.patch Tue Aug 1 16:27:10 2006
@@ -7,8 +7,8 @@
-IEEE80211_BASE := $(shell var=($(IEEE80211_RES)) ; echo $${var[1]})
-IEEE80211_PATH := $(shell var=($(IEEE80211_RES)) ; echo $${var[0]})
-+IEEE80211_BASE := $(shell echo "$(IEEE80211_RES)"|awk -F" " '{print $2}')
-+IEEE80211_PATH := $(shell echo "$(IEEE80211_RES)"|awk -F" " '{print $1}')
++IEEE80211_BASE := $(shell echo "$(IEEE80211_RES)"|awk -F" " '{print $$2}')
++IEEE80211_PATH := $(shell echo "$(IEEE80211_RES)"|awk -F" " '{print $$1}')
# If the ieee80211 subsystem is not found in the default kernel
# build location then we need to add the include path and
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/ipw3945-bashizm.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list