Searched refs:ORIGINAL_PATH (Results 1 - 1 of 1) sorted by relevance

/openjdk9/common/autoconf/
H A Dgenerated-configure.sh1082 ORIGINAL_PATH
5232 ORIGINAL_PATH="$PATH"
16386 # We might need to rewrite ORIGINAL_PATH, if it includes "#", to quote them
16387 # for make. We couldn't do this when we retrieved ORIGINAL_PATH, since SED
16389 REWRITTEN_PATH=`$ECHO "$ORIGINAL_PATH" | $SED -e 's/#/\\\\#/g'`
16390 if test "x$REWRITTEN_PATH" != "x$ORIGINAL_PATH"; then
16391 ORIGINAL_PATH="$REWRITTEN_PATH"
16392 { $as_echo "$as_me:${as_lineno-$LINENO}: Rewriting ORIGINAL_PATH to $REWRITTEN_PATH" >&5
16393 $as_echo "$as_me: Rewriting ORIGINAL_PATH to $REWRITTEN_PATH" >&6;}
[all...]

Completed in 74 milliseconds