Skip to content

Commit

Permalink
Only close the batch script, not the whole cmd.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed May 16, 2019
1 parent 575a401 commit 7bdc417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/make_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ echo Replaying dump file...
.\sendcap.exe scanme.pcap %devname% || goto :error

pause
exit
exit /b

:error
echo Failed: %errorlevel%
Expand Down

0 comments on commit 7bdc417

Please sign in to comment.