This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Improved portability on MacOS (
#86
)
master
Giacomo Rossetto
Arun Prakash Jana
7 years ago
parent
7be0726164
commit
73932da9dd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/quitcd/quitcd.bash
+ 1
- 1
scripts/quitcd/quitcd.bash
View File
@@ -6,6 +6,6 @@ n()
if [ -f $NNN_TMPFILE ]; then
. $NNN_TMPFILE
rm $NNN_TMPFILE
rm
-f
$NNN_TMPFILE
> /dev/null
fi
}
Write
Preview
Loading…
Cancel
Save