Ver código fonte

fix check snippets

ruki 2 anos atrás
pai
commit
f4965cab11
1 arquivos alterados com 1 adições e 1 exclusões
  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