Skip to content
Snippets Groups Projects
Commit b8aeba52 authored by Bob Mottram's avatar Bob Mottram
Browse files

No dot

parent d194abd6
No related branches found
No related tags found
No related merge requests found
......@@ -58,9 +58,9 @@ function install_rust {
chmod +x "$rootdir$INSTALL_DIR/rustup.sh"
if [ ! "$rootdir" ]; then
."$INSTALL_DIR/rustup.sh" -y -d "$INSTALL_DIR/rustup"
"$INSTALL_DIR/rustup.sh" -y -d "$INSTALL_DIR/rustup"
else
chroot "$rootdir" ."$INSTALL_DIR/rustup.sh" -y -d "$rootdir$INSTALL_DIR/rustup"
chroot "$rootdir" "$INSTALL_DIR/rustup.sh" -y -d "$rootdir$INSTALL_DIR/rustup"
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment