Changeset 81723 in vbox for trunk/configure
- Timestamp:
- Nov 6, 2019 8:51:27 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134487
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r80421 r81723 313 313 { 314 314 echo "executing the binary" >> $LOG 315 $ODIR.tmp_out > $ODIR.test_execute.log 315 $ODIR.tmp_out > $ODIR.test_execute.log 2>&1 316 316 rc=$? 317 317 cat $ODIR.test_execute.log | tee -a $LOG … … 334 334 local_nofail="${2}" 335 335 echo "executing the binary (LD_LIBRARY_PATH=$1)" >> $LOG 336 LD_LIBRARY_PATH="${local_path}" $ODIR.tmp_out > $ODIR.test_execute.log 336 LD_LIBRARY_PATH="${local_path}" $ODIR.tmp_out > $ODIR.test_execute.log 2>&1 337 337 rc=$? 338 338 cat $ODIR.test_execute.log | tee -a $LOG
Note:
See TracChangeset
for help on using the changeset viewer.