build: fix wrong quotes on bootstrap
authorJakov Simunic <jakov.simunic@ericsson.com>
Wed, 16 May 2018 17:24:37 +0000 (10:24 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 16 May 2018 17:24:37 +0000 (10:24 -0700)
bootstrap

index c980f24..7bc176c 100755 (executable)
--- 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