From cf834c832e8dc671948c42154ab2dbf616c76702 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sat, 17 Aug 2002 02:54:35 -0500 Subject: [svn-r5876] Change the wording of the message from "current directory" to "current setting". latforms tested: Modi4 --- tools/misc/h5redeploy.in | 4 ++-- 1 file 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 } -- cgit v0.12