1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/misc/mc/files/patch-mc-wrapper
2009-12-14 18:54:05 +00:00

19 lines
449 B
Plaintext

--- contrib/mc-wrapper.csh.in.orig Wed Nov 6 00:46:12 2002
+++ contrib/mc-wrapper.csh.in Tue Jun 15 03:16:29 2004
@@ -14,5 +14,5 @@
unsetenv MC_PWD
endif
-rm -f "$MC_PWD_FILE"
+/bin/rm -f "$MC_PWD_FILE"
unsetenv MC_PWD_FILE
--- contrib/mc-wrapper.sh.in.orig Wed Nov 6 00:46:12 2002
+++ contrib/mc-wrapper.sh.in Tue Jun 15 03:16:29 2004
@@ -9,5 +9,5 @@
unset MC_PWD
fi
-rm -f "$MC_PWD_FILE"
+/bin/rm -f "$MC_PWD_FILE"
unset MC_PWD_FILE