From: Jakov Simunic Date: Wed, 16 May 2018 17:24:37 +0000 (-0700) Subject: build: fix wrong quotes on bootstrap X-Git-Tag: v26~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=499778492ab8e4e802368b968460dd26e838b201;p=platform%2Fupstream%2Fkmod.git build: fix wrong quotes on bootstrap --- 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