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

This reverts commit 20f7b5c0e9.

Conflicts:

	bin/ruby-build
This commit is contained in:
Sam Stephenson 2011-09-06 16:49:38 -05:00
parent ea2f950da5
commit c3b57e5bc4

View file

@ -195,13 +195,11 @@ elif [ ! -e "$DEFINITION_PATH" ]; then
fi
fi
if [ -z "$2" ]; then
PREFIX_PATH="$2"
if [ -z "$PREFIX_PATH" ]; then
usage
fi
mkdir -p "$2"
PREFIX_PATH="$(abs_dirname "$2")"
if [ -z "$TMPDIR" ]; then
TMP="/tmp"
else