From 0db8a59ecf8de8ad8f7277ddf1f8f9797da405cc Mon Sep 17 00:00:00 2001 From: Roman Kupriyanov Date: Tue, 13 Jul 2021 00:16:17 +0300 Subject: [PATCH] _common.sh: fix syntax error --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index b8749f1..135bd39 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -28,7 +28,7 @@ ynh_smart_mktemp () { local tmpdir=/tmp elif is_there_enough_space /var; then local tmpdir=/var - elif is_there_enough_space /; then1 + elif is_there_enough_space /; then local tmpdir=/ elif is_there_enough_space /home; then local tmpdir=/home