Skip to content
Snippets Groups Projects
Unverified Commit 603c4dac authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

fix typo

parent a2a25eb3
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ fi
EXECUTABLE_PATH="${GOPATH}/bin/${PLATFORM}_${ARCH}/${BIN_NAME}"
echo $EXECUTABLE_PATH
[ -f $EXECUTABLE_PATH] || EXECUTABLE_PATH="${GOPATH}/bin/${BIN_NAME}"
[ -f $EXECUTABLE_PATH ] || EXECUTABLE_PATH="${GOPATH}/bin/${BIN_NAME}"
run_upx() {
if ! which upx &>/dev/null; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment