提交 70f4e8a0 编写于 作者: M martin

8190816: PropertiesTest.sh fails to make $WRITABLEJDK writable

Reviewed-by: naoto, rgoel
上级 c008dc6a
......@@ -104,7 +104,7 @@ run PropertiesTest -c dump1 dump2 ${PROPS}
WRITABLEJDK=.${FS}testjava
cp -H -R $TESTJAVA $WRITABLEJDK || exit 1
PROPLOCATION=${WRITABLEJDK}${FS}lib
chmod -R a+rx $WRITABLEJDK || exit 1
chmod -R u+w $WRITABLEJDK || exit 1
cp ${PROPS} $PROPLOCATION || exit 1
echo "Properties location: ${PROPLOCATION}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册