From a2ec75c9996b3f7a308e7b03359cec61138e15d9 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Sat, 13 Oct 2018 13:18:56 +0200 Subject: [PATCH] Remove unused var --- ms-windows/mxe/build-mxe.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ms-windows/mxe/build-mxe.sh b/ms-windows/mxe/build-mxe.sh index c9e4a83425a..c13091dd9eb 100755 --- a/ms-windows/mxe/build-mxe.sh +++ b/ms-windows/mxe/build-mxe.sh @@ -26,9 +26,6 @@ set -e COMMAND=$1 -# Current directory -_PWD=`pwd` - # Location of current script DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" PYDEPLOY=${DIR}/deploy.py