Skip to content

Commit

Permalink
fix python.bash load on win
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlivio committed Mar 2, 2023
1 parent 2243019 commit 3904daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ if [ -z "${BH_BIN}" ]; then BH_BIN="$HOME/bin"; fi
#########################

source "$BH_LIB/os_any.bash"

case $OSTYPE in
msys*)
source "$BH_LIB/os_win.bash"
alias ghostscript='gswin64.exe'
alias python='python.exe'
;;
linux*)
source "$BH_LIB/os_linux.bash"
Expand Down

0 comments on commit 3904daa

Please sign in to comment.