Changeset 59 in ProjectBuilder for devel/pb/bin
- Timestamp:
- Aug 30, 2007, 7:22:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r57 r59 59 59 $debug = 0 if ($debug == -1); 60 60 } 61 # Handles test option 62 if (defined $opts{'t'}) { 63 $test = "TRUE"; 64 # Works only for SVN 65 $option = "-r BASE"; 66 } 67 68 # Get Action 69 $action = shift @ARGV; 70 die syntax() if (not defined $action); 71 61 72 # Handles project name if any 62 73 if (defined $opts{'p'}) { … … 65 76 $ENV{'PBPROJ'} = env_init(); 66 77 } 67 68 # Handles test option69 if (defined $opts{'t'}) {70 $test = "TRUE";71 # Works only for SVN72 $option = "-r BASE";73 }74 75 # Get Action76 $action = shift @ARGV;77 die syntax() if (not defined $action);78 78 79 79 print $LOG "Project $ENV{'PBPROJ'}\n" if ($debug >= 0);
Note:
See TracChangeset
for help on using the changeset viewer.