jjb: don't double quoite koutput in kernel builds
[lttng-ci.git] / scripts / lttng-modules / param-build.sh
index b34200187e607bddd319a989b64a4d5bc7fda421..51a7ae1a6393b795734e1fd97f490ffdcabdb280 100644 (file)
@@ -48,7 +48,7 @@ prepare_lnx_sources() {
     if [ "$outdir" = "." ]; then
       koutput=""
     else
-      koutput="O=\"${outdir}\""
+      koutput="O=${outdir}"
     fi
 
     # Generate kernel configuration
This page took 0.023081 seconds and 4 git commands to generate.