Skip to content

Commit

Permalink
editing the path for bin
Browse files Browse the repository at this point in the history
  • Loading branch information
citypilgrim committed Apr 16, 2022
1 parent 3c65704 commit a83969e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.gitconfig*
.git*
.authinfo
.gnupg/
.gnupg/
bin/*
1 change: 1 addition & 0 deletions src/common/set_path.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:: To be run after setting the HOME variable

set PATH=
set PATH=%PATH%;%HOME%bin
set PATH=%PATH%;C:\Program Files\Common Files\Oracle\Java\javapath
set PATH=%PATH%;%HOME%cots\Git\cmd
set PATH=%PATH%;%HOME%cots\Git\usr\bin
Expand Down
1 change: 1 addition & 0 deletions src/common/set_path_for_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:: To be run after setting the HOME variable

set PATH=
set PATH=%PATH%;%HOME%bin
set PATH=%PATH%;C:\Program Files\Common Files\Oracle\Java\javapath
set PATH=%PATH%;C:\msys64\usr\bin
set PATH=%PATH%;C:\msys64\mingw64\bin
Expand Down

0 comments on commit a83969e

Please sign in to comment.