Commit c3b57e5b by Sam Stephenson

Revert "$PREFIX_PATH can be specified as a relative path"

This reverts commit 20f7b5c0.

Conflicts:

	bin/ruby-build
parent ea2f950d
...@@ -195,13 +195,11 @@ elif [ ! -e "$DEFINITION_PATH" ]; then ...@@ -195,13 +195,11 @@ elif [ ! -e "$DEFINITION_PATH" ]; then
fi fi
fi fi
if [ -z "$2" ]; then PREFIX_PATH="$2"
if [ -z "$PREFIX_PATH" ]; then
usage usage
fi fi
mkdir -p "$2"
PREFIX_PATH="$(abs_dirname "$2")"
if [ -z "$TMPDIR" ]; then if [ -z "$TMPDIR" ]; then
TMP="/tmp" TMP="/tmp"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment