summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-07-01 16:53:11 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-07-01 16:53:11 (GMT)
commit3a0bc9b8b5b1fd81c4a15421c0816806b23919ad (patch)
tree348d29ff812611af367f08c9999a0b459e77b53e
parentc9dc5daddcb6bb665bf123d001ecb1aa2858c0d9 (diff)
downloadhdf5-3a0bc9b8b5b1fd81c4a15421c0816806b23919ad.zip
hdf5-3a0bc9b8b5b1fd81c4a15421c0816806b23919ad.tar.gz
hdf5-3a0bc9b8b5b1fd81c4a15421c0816806b23919ad.tar.bz2
[svn-r5733] Change the wording of the message from "current directory" to
"current setting". latforms tested: Modi4
-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
}