We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20ee69 commit ed3390bCopy full SHA for ed3390b
.pre-commit-scripts/install_gettext.py
@@ -24,7 +24,7 @@ def main():
24
cmd = shlex.split("sudo apt update && sudo apt install -y gettext", posix=True)
25
else: # macOS
26
cmd = shlex.split("brew update && brew install gettext", posix=True)
27
- return subprocess.run(cmd, shell=False, check=True)
+ return subprocess.run(cmd, shell=True, check=True)
28
29
30
if __name__ == "__main__":
0 commit comments