File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,12 @@ if [[ -z "${HOMETMP+x}" ]] || [[ -z "${HOMETMP##*[[:space:]]}" ]]; then
9797 HOMETMP=" ${HOME} /tmp" ; mkdir -p " ${HOMETMP} "
9898fi
9999if [[ -z " ${USER_AGENT} " ]]; then
100- USER_AGENT=" $( curl -qfsSL ' https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt' ) " && export USER_AGENT= " ${USER_AGENT} "
100+ USER_AGENT=" $( curl -qfsSL ' https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt' ) "
101101fi
102102if [[ -z " ${SYSTMP+x} " ]] || [[ -z " ${SYSTMP##* [[:space:]]} " ]]; then
103103 SYSTMP=" $( dirname " $( mktemp -u) " | tr -d ' [:space:]' ) "
104104fi
105+ export USER HOME HOMETMP USER_AGENT SYSTMP
105106# Core
106107export BASH_SILENCE_DEPRECATION_WARNING=" 1"
107108export LANGUAGE=" ${LANGUAGE:- en_US: en} "
You can’t perform that action at this time.
0 commit comments