summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakov Simunic <jakov.simunic@ericsson.com>2018-05-16 10:24:37 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2018-05-16 10:24:37 -0700
commit499778492ab8e4e802368b968460dd26e838b201 (patch)
treebc284e6ef6bd41b30a8d41fb7d47c6aa41db2bae
parent8c50dc4e3ad4ccc55098b12d6caa4e0e81bd1393 (diff)
downloadkmod-499778492ab8e4e802368b968460dd26e838b201.tar.gz
kmod-499778492ab8e4e802368b968460dd26e838b201.zip
build: fix wrong quotes on bootstrap
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c980f24..7bc176c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -60,5 +60,5 @@ else
echo If you are debugging or hacking on kmod, consider configuring
echo like below:
echo
- echo "$topdir/configure CFLAGS="-g -O2" $args $hackargs"
+ echo "$topdir/configure CFLAGS='-g -O2' $args $hackargs"
fi