From 05e6fa847d68602dc8502507fe1195d2b1d25286 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 8 Oct 2008 16:56:34 +0100 Subject: [PATCH] bash_profile: Set Perforce environment variables. --- bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/bash_profile b/bash_profile index 692efc2..7283d15 100644 --- a/bash_profile +++ b/bash_profile @@ -137,6 +137,7 @@ export BASCAT="-l +n" export CVS_RSH=ssh export CVSROOT=`mdw-conf cvs-root` export SVNROOT=`mdw-conf svn-root` +export P4PORT=`mdw-conf p4-port` P4USER=`mdw-conf p4-user` export BECOME="--preserve-environment" -- 2.11.0