Skip to content

Commit 1bf2e85

Browse files
committed
Fix problem in script
1 parent 65de89c commit 1bf2e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchains/g++/detect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
gpp_path=$( which g++ )
3+
gpp_path=$( command -v g++ )
44
if [[ -z "$gpp_path" ]]; then
55
echo "g++ not found";
66
exit 1;

0 commit comments

Comments
 (0)