mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Handle $ tags - probably should fix acme instead.
This commit is contained in:
parent
038f8db24a
commit
d46ac8d346
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if(! ~ $tag(1) */){
|
|||
|
||||
echo -n , | wr addr
|
||||
|
||||
ls -pF $tag(1) | sed 's/\*$//' |
|
||||
ls -pF `{eval echo $tag(1)} | sed 's/\*$//' |
|
||||
grep -v '^''?\.|\.o$|^''?o\.' |
|
||||
mc |
|
||||
wr data
|
||||
|
|
Loading…
Reference in a new issue