Changeset 160

Show
Ignore:
Timestamp:
07/02/06 01:20:19 (2 years ago)
Author:
wbx
Message:

forgot one dollar escape

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Makefile

    r159 r160  
    8282 
    8383update-package: 
    84         @find package/ -name Config.in -exec grep -r BR2_PACKAGE {} \;|awk '/config/ { print $2 }'|sort|grep -v config |sed -e 's#.*#&=m#' >> .config       
     84        find package/ -name Config.in -exec grep -r BR2_PACKAGE {} \;|awk '/config/ { print $$2 }'|sort|grep -v config |sed -e 's#.*#&=m#' >> .config       
    8585 
    8686prereq: