update packages
This commit is contained in:
@@ -5,7 +5,7 @@ GIT_BIN = sys.argv[1]
|
||||
STATUS_CMD = "{} status -sb".format(GIT_BIN)
|
||||
|
||||
def main():
|
||||
proc = Popen(STATUS_CMD, shell=True, stdout=PIPE, bufsize=100)
|
||||
proc = Popen(STATUS_CMD, shell=True, stdout=PIPE, bufsize=100, env={"LC_ALL": "C"})
|
||||
|
||||
if (proc.wait() != 0):
|
||||
sys.exit(2)
|
||||
|
||||
Reference in New Issue
Block a user