Changeset 2506 in ProjectBuilder
- Timestamp:
- Apr 1, 2020, 5:06:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/bin/pbgetparam
r2496 r2506 63 63 =head1 ARGUMENTS 64 64 65 Argument sis mandatory and corresponds to the parameter whose value is requested for the related distribution tuple.65 Argument is mandatory and corresponds to the parameter whose value is requested for the related distribution tuple. 66 66 67 67 =head1 WEB SITES … … 97 97 pb_syntax_init("$appname Version $projectver-$projectrev\n"); 98 98 pb_temp_init(); 99 pb_conf_init($appname);100 99 101 100 GetOptions( … … 122 121 pb_log_init($pbdebug, \*STDOUT); 123 122 123 pb_env_init($opts{'p'},undef,"getconf"); 124 124 125 my $dist = $opts{'d'}; 125 126 my $pbos = pb_distro_get_context($dist); 126 pb_env_init($opts{'p'},0,"getconf",0);127 127 128 128 my @tab = @ARGV;
Note:
See TracChangeset
for help on using the changeset viewer.