Skip to content

Commit

Permalink
uniformize sort
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Dec 31, 2024
1 parent 5746272 commit 3871b3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cognac_gen.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# need this to have sort have uniformed output
export LC_COLLATE=C

CALL_LIST_FILE=./call_list
CALL_LIST=$(cat $CALL_LIST_FILE)

Expand Down

0 comments on commit 3871b3d

Please sign in to comment.