We're cargo, not rustc

This commit is contained in:
Cody P Schafer 2014-12-03 15:05:32 -05:00
parent a0f0abca4f
commit 7153c0c29d

View File

@ -308,7 +308,7 @@ then
"${CFG_SRC_DIR}/bin/cargo" -V 2> /dev/null
if [ $? -ne 0 ]
then
err "can't execute rustc binary on this platform"
err "can't execute cargo binary on this platform"
fi
fi
fi