diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-25 02:21:50 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-25 02:21:50 +0000 |
commit | aaba1609eaa0ab0d570783c1a15b70f971dca7b6 (patch) | |
tree | 80f2103205a4c04cb666602d1b3fba99311ea1af /misc/mc | |
parent | Update to version 0.9.1. (diff) |
Unbreak mc
PR: 15676
Notes
Notes:
svn path=/head/; revision=24031
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/files/patch-ai | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/mc/files/patch-ai b/misc/mc/files/patch-ai index 928ae75deb6d..a98f532a9b31 100644 --- a/misc/mc/files/patch-ai +++ b/misc/mc/files/patch-ai @@ -9,12 +9,3 @@ XZIP="$DZIP/zip -g" XDZIP="$DZIP/zip -d" XUNZIP="$DZIP/unzip" -@@ -67,7 +67,7 @@ - if ($8 ~ /\/$/) - printf "drwxr-xr-x 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, $8 - else -- printf "-rw-r--r-- 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 " ") -+ printf "-rw-r--r-- 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 " ")) - }' 2>/dev/null - fi - } |