Skip to content

Commit

Permalink
Merge pull request #56 from grcancelliere/bugfix/def-lang-upgrade
Browse files Browse the repository at this point in the history
Fix upgrade changed logic and language definition when using pikaur
  • Loading branch information
kewlfft authored Apr 16, 2021
2 parents 6f5df32 + 813cbad commit 60c02a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/aur.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
become_user: aur_builder
'''

def_lang = ['env', 'LC_ALL=C']
def_lang = ['env', 'LC_ALL=C', 'LANGUAGE=C']

use_cmd = {
'yay': ['yay', '-S', '--noconfirm', '--needed', '--cleanafter'],
Expand Down

0 comments on commit 60c02a6

Please sign in to comment.