Fix ghcup list -t all
This commit is contained in:
parent
2a92c96ea9
commit
50f661092d
6
ghcup
6
ghcup
@ -1707,11 +1707,7 @@ list() {
|
|||||||
awk "
|
awk "
|
||||||
NF {
|
NF {
|
||||||
if (\$1 != \"#\") {
|
if (\$1 != \"#\") {
|
||||||
if (\$1 == \"cabal-install\") {
|
print \$1 \"\\t\" \$2 \"\\t\" \$3
|
||||||
print \$1 \"\\t\" \$2 \"\\t\" \$3
|
|
||||||
} else {
|
|
||||||
print \$1 \"\\t\\t\" \$2 \"\\t\" \$3
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}" "${meta_file}" || die "awk failed!"
|
}" "${meta_file}" || die "awk failed!"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user