Skip to content

Commit

Permalink
setup.exe installer must distribute env.exe (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrnhines authored and alexsavulescu committed Aug 9, 2022
1 parent a835c26 commit d49c8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw_files/nrnmingwenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cp $HOME/.inputrc $NM/etc/inputrc
#cp /msys2.ini $NM
#cp /msys2_shell.cmd $NM

binprog="basename bash cat cp dirname echo find grep ls make mintty
binprog="basename bash cat cp dirname echo env find git grep ls make mintty
mkdir mv rebase rm sed sh sort unzip which cygpath cygcheck uname"
for i in $binprog ; do
echo $i
Expand Down

0 comments on commit d49c8f9

Please sign in to comment.