Skip to content

Commit

Permalink
Don't return 0 if we didn't find a compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Dec 5, 2013
1 parent c1b903f commit 90223ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/gcc-rtags-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ for i in `which -a "\`basename $0\`"`; do
PATH=`echo $PATH | sed -e "s,$dir/*:*,,g"`
fi
done
exit 1 ### no compiler found?

0 comments on commit 90223ad

Please sign in to comment.