Skip to content

Commit

Permalink
Get rid of LC_COLLATE="C"
Browse files Browse the repository at this point in the history
Originally was used for Linux/macOs sort order compatibility -- which is not really a requirement.
  • Loading branch information
Monty committed Mar 20, 2021
1 parent 769dadb commit 9a56ddb
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion augment_tconstFiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion cleanupEverything.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion countIMDbInstances.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion demo.command
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion downloadIMDbFiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion explain_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion findCastOf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion findShowsWith.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion functions/explain_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME"/.. || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion generateXrefData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion iQuery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion listIMDbInstances.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion printIMDbFileHeaders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion saveFilmography.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion setPreferences.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion start.command
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ printf '\e[9;2t'
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion tests/test-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME"/.. || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion tests/test-checkForExecutable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME"/.. || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/checkForExecutable.function

Expand Down
1 change: 0 additions & 1 deletion tests/test-findCastOf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME"/.. || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion tests/test-findShowsWith.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME"/.. || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion tests/test-iQuery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME"/.. || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion tests/test-pickOptions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME"/.. || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion tests/test-saveFilmography.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME"/.. || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion tests/test-waitUntil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME"/.. || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/waitUntil.function

Expand Down
1 change: 0 additions & 1 deletion tests/test-xrefCast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME"/.. || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down
1 change: 0 additions & 1 deletion xrefCast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
DIRNAME=$(dirname "$0")
cd "$DIRNAME" || exit

export LC_COLLATE="C"
source functions/define_colors
source functions/define_files
source functions/load_functions
Expand Down

0 comments on commit 9a56ddb

Please sign in to comment.