Remove trailing white space.
This commit is contained in:
parent
e1b3627397
commit
f7abd76933
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
# $NetBSD: bumpversion,v 1.6 1998/04/09 05:08:32 fair Exp $
|
||||
# $NetBSD: bumpversion,v 1.7 1999/07/02 15:12:15 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1993 Christopher G. Demetriou
|
||||
# All rights reserved.
|
||||
|
@ -97,7 +97,7 @@ for dir in $@ ; do
|
|||
error=1
|
||||
continue
|
||||
fi
|
||||
|
||||
|
||||
. $versf
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
# $NetBSD: checkver,v 1.7 1999/06/24 14:39:48 christos Exp $
|
||||
# $NetBSD: checkver,v 1.8 1999/07/02 15:12:15 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -61,7 +61,7 @@
|
|||
# -v: Specify the filename of the shlib_version file. Defaults
|
||||
# to "./shlib_version".
|
||||
#
|
||||
# This script produces no output if all library version are not
|
||||
# This script produces no output if all library version are not
|
||||
# large than the source version. If an installed library with a
|
||||
# version greater than the source is found, checkver prints a
|
||||
# header and a list of the names of the offending installed libraries.
|
||||
|
@ -218,7 +218,7 @@ fi
|
|||
fi
|
||||
echo $instlib > /dev/stderr
|
||||
error=1
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
exit $error
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/ksh
|
||||
# $NetBSD: checkvers,v 1.3 1999/01/27 05:50:29 erh Exp $
|
||||
# $NetBSD: checkvers,v 1.4 1999/07/02 15:12:15 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -46,7 +46,7 @@
|
|||
# As with checkver, a list of directories of installed libraries
|
||||
# may be specified. This will replace the default of "/usr/lib"
|
||||
# and search there instead.
|
||||
#
|
||||
#
|
||||
# A library name may also be specified. However, this script
|
||||
# will not work correctly if it finds shlib_version files
|
||||
# corresponding to a different library.
|
||||
|
|
Loading…
Reference in New Issue