Skip to content

Commit

Permalink
remove extra seperator of install root variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Jul 15, 2024
1 parent 592e349 commit e0cd6bb
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 / | sed 's,[/\\]$,,')" >> ${_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 e0cd6bb

Please sign in to comment.