diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-25 00:27:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-25 00:27:10 +0000 |
commit | 6abbd15028c0403263000c4def21292a3247af82 (patch) | |
tree | 7da8716ff7f218278d80220573757493b6bb9c5b /lib/bumpversion | |
parent | 233a60bef25c12ef9b6757c17a88a1fb806bbfb9 (diff) |
do not whack path
Diffstat (limited to 'lib/bumpversion')
-rw-r--r-- | lib/bumpversion | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/bumpversion b/lib/bumpversion index b7027394de0..74114195f84 100644 --- a/lib/bumpversion +++ b/lib/bumpversion @@ -28,12 +28,9 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: bumpversion,v 1.1 1995/10/18 08:41:17 deraadt Exp $ +# $Id: bumpversion,v 1.2 1998/04/25 00:27:09 deraadt Exp $ # -PATH=/bin:/usr/bin -export PATH - while : do case "$1" in # -c says to create new shlib_version files |