diff options
Diffstat (limited to 'misc/mc/files/patch-mc-wrapper')
-rw-r--r-- | misc/mc/files/patch-mc-wrapper | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/mc/files/patch-mc-wrapper b/misc/mc/files/patch-mc-wrapper new file mode 100644 index 000000000000..8387ca01c7e5 --- /dev/null +++ b/misc/mc/files/patch-mc-wrapper @@ -0,0 +1,18 @@ +--- lib/mc-wrapper.csh.in.orig Wed Nov 6 00:46:12 2002 ++++ lib/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 +--- lib/mc-wrapper.sh.in.orig Wed Nov 6 00:46:12 2002 ++++ lib/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 |