From 63b1b19df6f1982bd23ba7928c3a981c86bfb42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Hovind?= Date: Tue, 22 Oct 2024 10:06:49 +0200 Subject: [PATCH] deploy.tpl: Fix shell bugs --- deploy.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy.tpl b/deploy.tpl index c9ec8c4..e80c070 100644 --- a/deploy.tpl +++ b/deploy.tpl @@ -77,15 +77,15 @@ main() { cp --force --no-preserve=all "$config" "$dst/config.mk" for rename in $renames; do - IFS=':' read -r src dst <