Remove unnecessary mktemp alias on macOS

https://github.com/zotero/zotero/pull/3397/files#r1315697046
This commit is contained in:
Dan Stillman 2023-09-05 06:47:17 -04:00
parent ecba25be0f
commit e1def9971c

View file

@ -54,7 +54,6 @@ BUILD_PLATFORMS=""
NUM_INCREMENTALS=6
if [ "`uname`" = "Darwin" ]; then
alias mktemp='mktemp -t tmp'
shopt -s expand_aliases
fi