commit | 499778492ab8e4e802368b968460dd26e838b201 | [log] [tgz] |
---|---|---|
author | Jakov Simunic <jakov.simunic@ericsson.com> | Wed May 16 10:24:37 2018 -0700 |
committer | Lucas De Marchi <lucas.demarchi@intel.com> | Wed May 16 10:24:37 2018 -0700 |
tree | bc284e6ef6bd41b30a8d41fb7d47c6aa41db2bae | |
parent | 8c50dc4e3ad4ccc55098b12d6caa4e0e81bd1393 [diff] |
build: fix wrong quotes on bootstrap
diff --git a/bootstrap b/bootstrap index c980f24..7bc176c 100755 --- a/bootstrap +++ b/bootstrap
@@ -60,5 +60,5 @@ 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