encapsulate $ in bash script Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- scripts/admin-update.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index 84f58a4..f85dacf 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -149,7 +149,7 @@ done # b44 is dependent on ssb, so its has to be rebuilt as well. DIR="drivers/net" cp $GIT_TREE/$DIR/b44.[ch] $DIR -echo "obj-$(CONFIG_B44) += b44.o" > $DIR/Makefile +echo "obj-\$(CONFIG_B44) += b44.o" > $DIR/Makefile # Misc mkdir -p drivers/misc/eeprom/ -- 1.6.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html