remove some trailing spaces in generated output when removing $s from $NetBSD$

This commit is contained in:
perry 2005-02-26 22:06:38 +00:00
parent deef459f67
commit f05ce97c60

View File

@ -29,7 +29,7 @@ copyright="\
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
" "
SCRIPT_ID='$NetBSD: vnode_if.sh,v 1.37 2005/02/26 21:40:45 perry Exp $' SCRIPT_ID='$NetBSD: vnode_if.sh,v 1.38 2005/02/26 22:06:38 perry Exp $'
# Script to produce VFS front-end sugar. # Script to produce VFS front-end sugar.
# #
@ -163,7 +163,7 @@ echo "$0: Creating $out_h" 1>&2
exec > $out_h exec > $out_h
# Begin stuff # Begin stuff
echo -n "$warning" | sed -e 's/\$//g;s/@/\$/g' echo -n "$warning" | sed -e 's/\$//g;s/@/\$/g;s/ $//'
echo "" echo ""
echo -n "$copyright" echo -n "$copyright"
echo '' echo ''
@ -288,7 +288,7 @@ echo "$0: Creating $out_c" 1>&2
exec > $out_c exec > $out_c
# Begin stuff # Begin stuff
echo -n "$warning" | sed -e 's/\$//g;s/@/\$/g' echo -n "$warning" | sed -e 's/\$//g;s/@/\$/g;s/ $//'
echo "" echo ""
echo -n "$copyright" echo -n "$copyright"
echo " echo "