From 25b4b0d32506ab60de3003d0fac3b57df3bdc270 Mon Sep 17 00:00:00 2001 From: olf Date: Mon, 19 Dec 2022 21:05:40 +0100 Subject: [PATCH] Fix --- bin/harbour-storeman-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/harbour-storeman-installer b/bin/harbour-storeman-installer index b5548ac7..1e5f9cc3 100644 --- a/bin/harbour-storeman-installer +++ b/bin/harbour-storeman-installer @@ -1,5 +1,5 @@ #!/bin/sh -set -uFC # "-u" (error when using uninitialised variables), +set -ufC # "-u" (error when using uninitialised variables), # "-f" (disable pathname expansion) and "-C" (no-clobber / -overwrite). # Ultimately decided against "-e", because this script better runs through, # despite minor errors.