diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-08-02 20:21:44 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-08-02 20:21:44 (GMT) |
commit | 1419e16a65a08bf8ba9e35767060e20eaa278848 (patch) | |
tree | 6df93c5c7d2adf7e50b9c2860b6a40b5aa8ad8ae /bin | |
parent | 5d17b44b11b48ed2972c2a0cad41c2634bcdc8f8 (diff) | |
download | hdf5-1419e16a65a08bf8ba9e35767060e20eaa278848.zip hdf5-1419e16a65a08bf8ba9e35767060e20eaa278848.tar.gz hdf5-1419e16a65a08bf8ba9e35767060e20eaa278848.tar.bz2 |
[svn-r1561] Appranantely, "tail -n +2" is not recognized by a version of tail in
Baldric (solaris 2.6). Changed it to "tail +2l".
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/release b/bin/release index 7a46374..87d57b3 100755 --- a/bin/release +++ b/bin/release @@ -135,7 +135,7 @@ ln -s `pwd` ../hdf5-$VERS || exit 1 mv Makefile ../Makefile.x 2>/dev/null #might fail cp -p Makefile.dist Makefile echo "This is hdf5-$VERS released on `date`" >README.x -tail -n +2 <README >>README.x +tail +2l README >>README.x mv README.x README test "$verbose" && echo " Running tar..." 1>&2 ( \ |