Skip to content

Commit

Permalink
Correct if-statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeFx authored and jackhumbert committed Aug 20, 2017
1 parent a553dcb commit 8341068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ elif [[ -n "$(type -P pkg)" ]]; then
arm-none-eabi-binutils \
arm-none-eabi-newlib \
diffutils
elif [[ -n "$(type emerge)" ]]; then
elif [[ -n "$(type -P emerge)" ]]; then
echo 'Please check that your gcc is built with the multilib use flag enabled.'
emerge -vq sys-devel/crossdev
USE="-openmp -hardened -sanitize -vtv" crossdev -s4 --stable --g =4.9.4 --portage --verbose --target avr
Expand Down

0 comments on commit 8341068

Please sign in to comment.