Fix line endings

sed -i 's/\r$//' build.sh
feature/conditional-network^2
probonopd 1 day ago
parent 5bc489574d
commit 5f8389905d
  1. 2
      build.sh

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

Loading…
Cancel
Save