Fix line endings

sed -i 's/\r$//' build.sh
pull/864/head^2
probonopd 3 weeks ago
parent 5bc489574d
commit 5f8389905d
  1. 2
      build.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
set -e set -e
set -x set -x
if [ -z "${RPI}" ] ; then if [ -z "${RPI}" ] ; then

Loading…
Cancel
Save