summaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-08-17 07:54:35 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-08-17 07:54:35 (GMT)
commitcf834c832e8dc671948c42154ab2dbf616c76702 (patch)
tree4f3322b91deed585c99d60322b11f5342a5eec8e /tools/misc
parent841ee1c05a6845e1bba815747f79c68a02125edd (diff)
downloadhdf5-cf834c832e8dc671948c42154ab2dbf616c76702.zip
hdf5-cf834c832e8dc671948c42154ab2dbf616c76702.tar.gz
hdf5-cf834c832e8dc671948c42154ab2dbf616c76702.tar.bz2
[svn-r5876] Change the wording of the message from "current directory" to
"current setting". latforms tested: Modi4
Diffstat (limited to 'tools/misc')
-rwxr-xr-xtools/misc/h5redeploy.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/misc/h5redeploy.in b/tools/misc/h5redeploy.in
index a10df35..7f9ac2a 100755
--- a/tools/misc/h5redeploy.in
+++ b/tools/misc/h5redeploy.in
@@ -41,9 +41,9 @@ show_action()
echo "Update the following tools because they are now installed at a new directory"
for t in $h5tools; do
echo "${t}:"
- echo -n " current directory="
+ echo -n " current setting="
sed -e "/^prefix=/s/prefix=//p" -e d $t
- echo " new directory="\""$prefix"\"
+ echo " new setting="\""$prefix"\"
done
}