Kaynağa Gözat

fix check snippets

ruki 2 yıl önce
ebeveyn
işleme
f4965cab11
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      configure

+ 1 - 1
configure

@@ -2992,7 +2992,7 @@ _check_cxsnippets() {
     local sourcefile="${tmpfile}${extension}"
     local objectfile="${tmpfile}.o"
     local binaryfile="${tmpfile}.bin"
-    echo "${sourcecode}" > "${sourcefile}"
+    print "${sourcecode}" > "${sourcefile}"
 
     # try compiling it
     local ok=false