Remove clause to check if we are in git mode, we are always in git mode

stable-3.1
Regina Obe 2020-02-02 21:56:34 -05:00
parent 8bcbe2f44a
commit 38bbd513d0
1 changed files with 4 additions and 4 deletions

View File

@ -91,10 +91,10 @@ echo "Running make distclean"
owd="$PWD"
cd "$outdir"
${MAKE} distclean
if [ "$git" = "yes" ]; then
echo "Removing .git dir"
rm -rf .git
fi
echo "Removing .git dir"
rm -rf .git
cd "$owd"
# Find a better version name when fetching