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 1989a9f commit 6f68339Copy full SHA for 6f68339
packaging/pre_build_script.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
if [[ "$(uname)" == Darwin ]]; then
3
- # Uninstall Conflicting jpeg brew formulae
+ # Uninstall Conflicting jpeg brew formulae
4
jpeg_packages=$(brew list | grep jpeg)
5
echo "Existing Jpeg-related Brew libraries"
6
echo $jpeg_packages
0 commit comments