wpa_supplicant: quote tests and some more variables

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-18 22:34:46 +01:00
parent 6387d02b12
commit 8f20b36d86

View File

@ -5,6 +5,6 @@
cd $PKG_BUILD/$1
cp $ROOT/$PKG_DIR/config/makefile.config .config
[ $DEBUG = no ] && echo "CONFIG_NO_STDOUT_DEBUG=y" >> .config
[ "$DEBUG" = "no" ] && echo "CONFIG_NO_STDOUT_DEBUG=y" >> .config
make