diff --git a/build.sh b/build.sh
index ce90357369c3ea8d5c39bad0a36d02f7c7743f14..b0b5eff5e898580880e251979d6fd441a9f7d07e 100755
--- a/build.sh
+++ b/build.sh
@@ -11,6 +11,7 @@ echo "Branch name: $6"
 
 if [ x"$3" == x"ubuntu"  ]; then
 	export PATH="$PATH:$HOME/openfpm_dependencies/openfpm_pdata/$6/MPI/bin"
+	echo "$PATH"
 	which mpic++
 fi