2
0
ruki 2 жил өмнө
parent
commit
f4965cab11
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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