From ea3fbbbaf89b9c2cd55cb53f13e53db4d5629e38 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 19 Apr 2019 20:28:54 -0500 Subject: [PATCH] Fix function --- public/detect_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/detect_linux.sh b/public/detect_linux.sh index dba5d7d..dc18c95 100644 --- a/public/detect_linux.sh +++ b/public/detect_linux.sh @@ -3,7 +3,7 @@ DISTNAME=unknown DISTVER= -function resetDistVer() { +resetDistVer() { DISTNAME=unknown DISTVER= }