- Timestamp:
- Mar 12, 2013, 5:24:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1715 r1716 2832 2832 2833 2833 print SCRIPT "echo ... Execution needed\n"; 2834 print SCRIPT "echo '==== Start of script $$ for $vtype $v =====\n";2834 print SCRIPT "echo ==== Start of script $$ for $vtype $v =====\n"; 2835 2835 print SCRIPT "# This is in directory delivery\n"; 2836 2836 print SCRIPT "# Setup the variables required for building\n"; … … 2856 2856 print SCRIPT "echo setting up date with $ntpline\n"; 2857 2857 print SCRIPT "$ntpline\n"; 2858 print SCRIPT 'if [ $? -ne 0 ]; then\n';2858 print SCRIPT "if [ \$\? -ne 0 ]; then\n"; 2859 2859 # Force if bad status a trick using date 2860 2860 $ntpline = pb_date2v($vtype,$pbos, 1); … … 2912 2912 } 2913 2913 2914 print SCRIPT "echo '==== End of script $$ for $vtype $v =====\n";2914 print SCRIPT "echo ==== End of script $$ for $vtype $v =====\n"; 2915 2915 close(SCRIPT); 2916 2916 chmod 0755,"$ENV{'PBDESTDIR'}/pbscript.$$";
Note:
See TracChangeset
for help on using the changeset viewer.