Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed Mar 24, 2024
1 parent 206dd42 commit 0cfac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gha-generate-shell-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _xpath="\$_PATH"
[[ -v msvc_path ]] && _xpath="\$msvc_path:\$_xpath"
[[ -n "\$_PRESHELL_PATH" ]] && _xpath="\$_xpath:\$_PRESHELL_PATH"
declare -x PATH="\$_xpath"
declare -x LANG=en_US.UTF-8
function _err() { local rc=\$1 ; shift; echo "[_err rc=\$rc] \$@" >&2; return \$rc; }
function ht-ln() { '$fsvr_dir/util/_utils.sh' ht-ln "\$@" ; }
Expand Down

0 comments on commit 0cfac3d

Please sign in to comment.