diff options
author | Brian Behlendorf <[email protected]> | 2008-12-11 11:16:38 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2008-12-11 11:16:38 -0800 |
commit | 4b7ee081ce0c36750d8039ec98c160a0a1ec471b (patch) | |
tree | 49e571cc7554d3d93affd2735c5c5bab9d403408 | |
parent | 77755a5771c339a1d96c36ab1a8f1e41e14507f0 (diff) |
Fix typo
-rwxr-xr-x | scripts/update-zfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-zfs.sh b/scripts/update-zfs.sh index ce772fd24..318f45f39 100755 --- a/scripts/update-zfs.sh +++ b/scripts/update-zfs.sh @@ -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}'" |