Skip to content

Commit d7c7dc9

Browse files
Merge pull request #313 from alaamroue/master
update locale of weather.sh to utf8
2 parents ea1a45d + 1bde7e4 commit d7c7dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/weather.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# setting the locale, some users have issues with different locales, this forces the correct one
3-
export LC_ALL=en_US.UTF-8
3+
export LC_ALL=C.utf8
44

55
fahrenheit=$1
66
location=$2

0 commit comments

Comments
 (0)