diff --git a/povray_wasm/compile.sh b/povray_wasm/compile.sh index d355be9..6721493 100644 --- a/povray_wasm/compile.sh +++ b/povray_wasm/compile.sh @@ -5,4 +5,4 @@ bash ./build_docker.sh sudo docker run \ -v $PWD:/usr/src/build \ povray_wasm \ - sh -c 'cd /usr/src/povray && cp ../build/build_ubuntu.sh build.sh && bash build.sh; cat ./configure' > configure_save.txt \ No newline at end of file + sh -c 'cd /usr/src/povray && cp ../build/build_ubuntu.sh build.sh && bash build.sh' \ No newline at end of file