Changeset 1691 in genapp
- Timestamp:
- Apr 18, 2019, 9:31:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bin/genapp_run.pl
r1598 r1691 1038 1038 if ( @post_cmds ) { 1039 1039 print '='x80 . "\n"; 1040 foreach my $k ( @post_cmds ) { 1041 my $cmd = $post_cmds[ $k ]; 1040 foreach my $cmd ( @post_cmds ) { 1042 1041 print "executing: $cmd\n"; 1043 1042 print `$cmd`;
Note: See TracChangeset
for help on using the changeset viewer.