From c27793957bb9eb85fdbff29d365ab8a65eddcd44 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Mon, 1 Nov 2021 16:41:58 -0400 Subject: [PATCH] Fix #1079 - bug in reset.sh We need $0 to evaluate as install.sh in order for check-requirements to work. --- reset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reset.sh b/reset.sh index 0e4db0e93e..e1886860d4 100755 --- a/reset.sh +++ b/reset.sh @@ -59,4 +59,4 @@ if [ -n "$version" ]; then fi # Install. -exec ./install.sh +./install.sh