From 5f8389905def692b8edd0e377217b9afd5ed5bcc Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 21 Apr 2025 13:47:58 +0200 Subject: [PATCH] Fix line endings sed -i 's/\r$//' build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b69ba6b..ed319a6 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -e +set -e set -x if [ -z "${RPI}" ] ; then