Skip to content

Commit

Permalink
resolve some issue with inline execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Thecarisma committed Sep 15, 2019
1 parent f52e7a8 commit ac12e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_script:
script:
- ./CronuxTestRunner.bat
- ./Cronux.bat genbuild $(./Cronux.bat version)
- ls ../build/$(./Cronux.bat version)/
- ls ./build/$(./Cronux.bat version)/



1 change: 1 addition & 0 deletions commands/$.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
SET errorlevel=0
setlocal enabledelayedexpansion

SET OPERATION="none"
Expand Down

0 comments on commit ac12e3f

Please sign in to comment.