Skip to content

Commit

Permalink
Merge pull request #313 from alaamroue/master
Browse files Browse the repository at this point in the history
update locale of weather.sh to utf8
  • Loading branch information
ethancedwards8 authored Nov 19, 2024
2 parents ea1a45d + 1bde7e4 commit d7c7dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/weather.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# setting the locale, some users have issues with different locales, this forces the correct one
export LC_ALL=en_US.UTF-8
export LC_ALL=C.utf8

fahrenheit=$1
location=$2
Expand Down

0 comments on commit d7c7dc9

Please sign in to comment.