recognized_rc.jam 119 B

123456789101112
  1. rule failure
  2. {
  3. }
  4. actions failure
  5. {
  6. dir _
  7. if errorlevel 1 exit %errorlevel%
  8. echo a
  9. }
  10. failure f ;
粤ICP备19079148号