From 499778492ab8e4e802368b968460dd26e838b201 Mon Sep 17 00:00:00 2001 From: Jakov Simunic Date: Wed, 16 May 2018 10:24:37 -0700 Subject: [PATCH] build: fix wrong quotes on bootstrap --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4