Skip to content

Commit

Permalink
fix INSTALL_ROOT variable eval.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Jul 15, 2024
1 parent 40c1b60 commit 592e349
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 @@ -64,7 +64,7 @@ clean_tmp_dir(){
}

install_versioned_packages(){
echo "export INSTALL_ROOT=$(cygpath -w /)" >> ${_newmsys}/etc/skel/.bashrc
echo "export INSTALL_ROOT=\$(cygpath -w /)" >> ${_newmsys}/etc/skel/.bashrc
echo "export VERILATOR_ROOT=\${INSTALL_ROOT}/mingw64/share/verilator" >> ${_newmsys}/etc/skel/.bashrc
prepare_tmp_dir
for pkg_file in ${_versioned_packages_url}; do
Expand Down

0 comments on commit 592e349

Please sign in to comment.