Skip to content

Commit

Permalink
fix syntax of getting pwd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Oct 24, 2023
1 parent 58de290 commit 5b31ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-msys2-installer
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EOF

install_custom_packages(){
_url="https://github.com/Readon/MINGW-SpinalHDL/releases/download/v0.4.9/"
_cwd="$(`pwd`)"
_cwd="$(pwd)"
_tmp="${_cwd}/tmp"
if [ ! -d "${_tmp}" ]; then
mkdir -p "${_tmp}"
Expand Down

0 comments on commit 5b31ade

Please sign in to comment.