From 96d42c63857efe6803f80f5220292774f461dd31 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 7 Sep 2024 17:06:28 +1000 Subject: [PATCH] fix: newline issues with --expose-deps --- rdc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rdc.sh b/rdc.sh index bd9b37e..bc02b89 100755 --- a/rdc.sh +++ b/rdc.sh @@ -21,5 +21,5 @@ if (( ${#non_ok[@]} != 0 )); then fi unset non_ok{{if .UnsetDeps}} -unset {{.DepsVar}} -{{end}}# Dependencies are OK at this point +unset {{.DepsVar}}{{end}} +# Dependencies are OK at this point