Skip to content

Commit

Permalink
Ensuring correct locale for readelf. fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
saboya committed Feb 19, 2019
1 parent 1ef1adc commit 3f1577e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spotify-patcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
# SOFTWARE.
#

# Setting LC_ALL to ensure correct readelf output
export LC_ALL=C

BAD_LIBS=( \
"libssl.so" \
"libcrypto.so" \
Expand Down

0 comments on commit 3f1577e

Please sign in to comment.