Skip to content

Commit

Permalink
Try to find tcl.pc in configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Oct 23, 2024
1 parent b99aa37 commit 8b0ec2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proj_mgmt/find_tcl_pc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
OS=$(uname -s)

if [ $OS = Darwin ]; then
if ! command -v brew ; then
if ! command -v brew > /dev/null; then
echo ""
return
fi
Expand Down

0 comments on commit 8b0ec2f

Please sign in to comment.