Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
Tk-Glitch committed May 24, 2020
1 parent b82328c commit 96238ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mostlyportable-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ _nowhere="$PWD"
wget -c https://ftp.gnu.org/gnu/binutils/binutils-"${_binutils}".tar.gz
fi
chmod a+x binutils-"${_binutils}".tar.* && tar -xvf binutils-"${_binutils}".tar.* >/dev/null 2>&1
_binutils_path="binutils-${binutils}"
_binutils_path="binutils-${_binutils}"
fi

cd "${_nowhere}"/build
Expand Down

0 comments on commit 96238ba

Please sign in to comment.