svn: 2571
@@ -8,6 +8,7 @@ if test -z "$BASH"; then
fi
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:${HOME}/bin
# Awk out the version from source
AWK="`which awk`"
if test -z "${AWK}"; then
@@ -67,7 +67,7 @@
extern int optind;
const time_t buildts = CVSBUILD; /* build timestamp (UTC) */
-const char *egg_version = "1.2.8";
+const char *egg_version = "1.2.9-cvs";
bool used_B = 0; /* did we get started with -B? */
int role;