Skip to content

Commit 6b714d9

Browse files
authored
Merge pull request #2 from SephGER/main
Add LC_ALL=C to circumvent printf-error in other locales
2 parents 3569f3a + b8d0686 commit 6b714d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

change-color.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#! /bin/bash
2-
2+
# If the bash locale has another decimal seperator as '.' there would be an error (i.e. de_DE.utf8)
3+
LC_ALL=C
34

45
########## HELPERS ##########
56

0 commit comments

Comments
 (0)