diff options
Diffstat (limited to 'tools/misc/h5redeploy.in')
-rwxr-xr-x | tools/misc/h5redeploy.in | 4 |
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 } |