diff options
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/apply | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Porting/apply b/Porting/apply index c313ee60e6..d3bdb0bd70 100644 --- a/Porting/apply +++ b/Porting/apply @@ -2,7 +2,7 @@ my $file = pop(@ARGV); my %meta; $ENV{'P4PORT'} = 'bactrian:1667'; -$ENV{'P4CLIENT'} = 'camel-linux'; +$ENV{'P4CLIENT'} = 'ni-s'; open(FILE,$file) || die "Cannot open $file:$!"; while (<FILE>) { @@ -69,3 +69,4 @@ sub System _exit(exec $cmd); } } + |