Skip to content

Commit

Permalink
Use -F instead of cat
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic committed Mar 20, 2015
1 parent aa45203 commit 61d40c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:
script: ./build.sh 8.1

after_script:
- pkill -9 `cat packager.pid`
- pkill -9 -F packager.pid
- cat packager.log
- rm packager.log
- rm packager.pid
Expand Down

0 comments on commit 61d40c0

Please sign in to comment.