this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

blog5: Fix missing backslashes

Tholp b20a30b0 0227c9fd

+3 -3
+3 -3
skid/blog/blog5.sk
··· 106 106 if [[ $(printenv -- "buildingshaders") -ne 1 ]]; then 107 107 108 108 109 - podman run --rm -v $(pwd):/work:rw -w /work \ 110 - --env "buildingshaders=1" \ 111 - --env "TERM=$TERM" -t \ # colors in output 109 + podman run --rm -v $(pwd):/work:rw -w /work \\ 110 + --env "buildingshaders=1" \\ 111 + --env "TERM=$TERM" -t \\ # colors in output 112 112 "$(podman build -t tholpshadercontainer:latest -q --file shaders.Dockerfile .)" $0 # Run with the container defined by shaders.Dockerfile, make it if it doesn't exist already 113 113 exit $? 114 114 fi