From 7b054bfd7d11228ab30c0e862af403888d265c02 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 22 Sep 2021 12:08:07 -0400 Subject: [PATCH] Restore build script --- povray_wasm/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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