improved POSIX
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
if [ ! "${HISTORY_LOADED:-}" ]; then
|
||||
export NMFHIST=$(mktemp)
|
||||
NMFHIST="$(mktemp)"
|
||||
export NMFHIST
|
||||
touch "$NMFHIST"
|
||||
trap 'rm -f "$NMFHIST"' EXIT INT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user