Commit f25c14816fb95421f5d09a2f4b3961a6ad4d8bd5

Authored by Shrikant Sharat
1 parent 1584071513

There are only three fields. Filtering is useless.

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -197,7 +197,7 @@ bundle-list () {
197 197 echo "You don't have any bundles." >&2
198 198 return 1
199 199 else
200   - -bundle-echo-record | awk '{print $1 " " $2 " " $3}'
  200 + -bundle-echo-record
201 201 fi
202 202 }
203 203