search for: _my_tempfile

Displaying 1 result from an estimated 1 matches for "_my_tempfile".

2020 Mar 28
0
[klibc:update-dash] dash: builtin: Default to mktemp, not tempfile
...kbuiltins index b4d6f4ec..f1f25932 100644 --- a/usr/dash/mkbuiltins +++ b/usr/dash/mkbuiltins @@ -35,7 +35,7 @@ # # @(#)mkbuiltins 8.2 (Berkeley) 5/4/95 -tempfile=tempfile +tempfile=mktemp if ! type tempfile > /dev/null 2>&1 && ! type mktemp > /dev/null 2>&1; then _my_tempfile() {