Skip to content

Commit

Permalink
Merge pull request Tencent#12 from Senorsen/master
Browse files Browse the repository at this point in the history
Add shebang and set -e
  • Loading branch information
msecowner authored Dec 5, 2016
2 parents 73692f7 + 571fc7d commit f1b9006
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions get_third_party.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/sh
set -e

echo ' download jar files used by msec_console:'
echo '=========================================='
mkdir -p third_party/msec_console;cd third_party/msec_console
Expand Down

0 comments on commit f1b9006

Please sign in to comment.