From d864fdca34fe81e987b7aabd7bb0a2b793833bec Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 24 Feb 2020 07:57:59 +0100 Subject: [PATCH] Remove unused variable --- src/deforaos-git-mirror.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/deforaos-git-mirror.sh b/src/deforaos-git-mirror.sh index 95f1add..16e3cd6 100755 --- a/src/deforaos-git-mirror.sh +++ b/src/deforaos-git-mirror.sh @@ -27,7 +27,6 @@ #variables GIT_MIRROR="/home/defora/git" GIT_REMOTE="origin" -PREFIX="/usr/local" #executables GIT="/usr/bin/git"