This commit is contained in:
Brian Behlendorf 2008-12-11 11:16:38 -08:00
parent 77755a5771
commit 4b7ee081ce
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ echo "------------- Fetching OpenSolaris ${RELEASE} archive ----------------"
wget ${REMOTE_SRC} -P ${SRC} ||
die "Error 'wget ${REMOTE_SRC}'"
echo "------------- Unpacking OperSolaris ${RELEASE} archive ---------------"
echo "------------- Unpacking OpenSolaris ${RELEASE} archive ---------------"
tar -xjf ${SRC}/on-src.tar.bz2 -C ${SRC} ||
die "Error 'tar -xjf ${SRC}/on-src.tar.bz2 -C ${SRC}'"