summaryrefslogtreecommitdiffstats
path: root/bin/release
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-08-02 20:21:44 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-08-02 20:21:44 (GMT)
commit1419e16a65a08bf8ba9e35767060e20eaa278848 (patch)
tree6df93c5c7d2adf7e50b9c2860b6a40b5aa8ad8ae /bin/release
parent5d17b44b11b48ed2972c2a0cad41c2634bcdc8f8 (diff)
downloadhdf5-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/release')
-rwxr-xr-xbin/release2
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
( \