From 7153c0c29d3896ef54515f6e3c0410d8979f23f3 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Wed, 3 Dec 2014 15:05:32 -0500 Subject: [PATCH] We're cargo, not rustc --- src/etc/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/install.sh b/src/etc/install.sh index 5d913c75a..33e787d9a 100755 --- a/src/etc/install.sh +++ b/src/etc/install.sh @@ -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