diff options
author | Jakov Simunic <jakov.simunic@ericsson.com> | 2018-05-16 10:24:37 -0700 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-05-16 10:24:37 -0700 |
commit | 499778492ab8e4e802368b968460dd26e838b201 (patch) | |
tree | bc284e6ef6bd41b30a8d41fb7d47c6aa41db2bae | |
parent | 8c50dc4e3ad4ccc55098b12d6caa4e0e81bd1393 (diff) | |
download | kmod-499778492ab8e4e802368b968460dd26e838b201.tar.gz kmod-499778492ab8e4e802368b968460dd26e838b201.tar.bz2 kmod-499778492ab8e4e802368b968460dd26e838b201.zip |
build: fix wrong quotes on bootstrap
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |