From ba7f6bbdd80e8a36844d7caee2fc098603ed9127 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 17 May 2025 16:09:29 +0200 Subject: [PATCH] Fix. --- testing/scripts/sync_rtorrent_download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/sync_rtorrent_download.sh b/testing/scripts/sync_rtorrent_download.sh index 4ecd769..2b39d15 100755 --- a/testing/scripts/sync_rtorrent_download.sh +++ b/testing/scripts/sync_rtorrent_download.sh @@ -1,5 +1,5 @@ #!/bin/sh -set -euC +set -eC cd $(dirname "$0") . lib/abort . lib/abort_if_exists -- 2.30.2