Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit dc9497a

Browse files
committed
Removed the default installation prefix
1 parent 5850d1f commit dc9497a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ BOOL_OPTIONS=""
254254
VAL_OPTIONS=""
255255

256256
flag uninstall "only uninstall from the installation prefix"
257-
valopt prefix /usr/local "set installation prefix"
257+
valopt prefix "" "set installation prefix"
258258
opt cargo 1 "install cargo with rust"
259259

260260
if [ $HELP -eq 1 ]

0 commit comments

Comments
 (0)