Commit 3aa0d2d8a35e2bb32082d638dd48a052d93e03da

Authored by Shrikant Sharat
1 parent 9666bd499d

Fix duplicate entries in antigen-list's output.

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

... ... @@ -280,7 +280,7 @@ antigen-list () {
280 280 echo "You don't have any bundles." >&2
281 281 return 1
282 282 else
283   - -antigen-echo-record
  283 + -antigen-echo-record | sort -u
284 284 fi
285 285 }
286 286