]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
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 c980f24a2d194fc144cd6e379b970b46a91d2a6a..7bc176c857e89662b5bff4a4698c6ac254c04132 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