mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
use macro awk here, patch from karl
This commit is contained in:
parent
259a376b85
commit
80102c8571
@ -23,7 +23,7 @@ uni_cat ()
|
||||
mccpiofs_list ()
|
||||
# $1 is the archive name
|
||||
{
|
||||
uni_cat "$1" | cpio -itv | /bin/awk '
|
||||
uni_cat "$1" | cpio -itv | @AWK@ '
|
||||
{
|
||||
if (substr($9,length($9),1) == ",")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user