SOURCES: ipw3945-bashizm.patch - correct

wolvverine wolvverine at pld-linux.org
Tue Aug 1 16:00:22 CEST 2006


Author: wolvverine                   Date: Tue Aug  1 14:00:22 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- correct

---- Files affected:
SOURCES:
   ipw3945-bashizm.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/ipw3945-bashizm.patch
diff -u SOURCES/ipw3945-bashizm.patch:1.1 SOURCES/ipw3945-bashizm.patch:1.2
--- SOURCES/ipw3945-bashizm.patch:1.1	Tue Aug  1 03:45:02 2006
+++ SOURCES/ipw3945-bashizm.patch	Tue Aug  1 16:00:17 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 '{print $1}')
-+IEEE80211_PATH := $(shell echo $(IEEE80211_RES)|awk '{print $0}')
++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.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list