Browse Source

Improved portability on MacOS (#86)

master
Giacomo Rossetto Arun Prakash Jana 7 years ago
parent
commit
73932da9dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/quitcd/quitcd.bash

+ 1
- 1
scripts/quitcd/quitcd.bash View File

@@ -6,6 +6,6 @@ n()


if [ -f $NNN_TMPFILE ]; then if [ -f $NNN_TMPFILE ]; then
. $NNN_TMPFILE . $NNN_TMPFILE
rm $NNN_TMPFILE
rm -f $NNN_TMPFILE > /dev/null
fi fi
} }

Loading…
Cancel
Save