aboutsummaryrefslogtreecommitdiff
path: root/utilities/ovs-lib.in
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/ovs-lib.in')
-rw-r--r--utilities/ovs-lib.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/utilities/ovs-lib.in b/utilities/ovs-lib.in
index f53d4afd..7a15aaec 100644
--- a/utilities/ovs-lib.in
+++ b/utilities/ovs-lib.in
@@ -1,7 +1,7 @@
# This is a shell function library sourced by some Open vSwitch scripts.
# It is not intended to be invoked on its own.
-# Copyright (C) 2009, 2010, 2011 Nicira Networks, Inc.
+# Copyright (C) 2009, 2010, 2011, 2012 Nicira Networks, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -29,10 +29,6 @@ bindir=${OVS_BINDIR-'@bindir@'} # /usr/bin
sbindir=${OVS_SBINDIR-'@sbindir@'} # /usr/sbin
VERSION='@VERSION@'
-case @BUILDNR@ in
- [1-9]*) BUILDNR='+build@BUILDNR@' ;;
- *) BUILDNR= ;;
-esac
LC_ALL=C; export LC_ALL