Mercurial > ec-dotfiles
comparison update-vendor @ 578:184635b813e1
Whoops, has been using wrong syntax
| author | nanaya <me@myconan.net> |
|---|---|
| date | Sun, 11 Oct 2015 04:00:47 +0900 |
| parents | a163d6875651 |
| children | 7fbadf8bd22e |
comparison
equal
deleted
inserted
replaced
| 577:28bd58aaa0ab | 578:184635b813e1 |
|---|---|
| 2 | 2 |
| 3 set -u | 3 set -u |
| 4 set -e | 4 set -e |
| 5 | 5 |
| 6 | 6 |
| 7 if [ ! command -v wget > /dev/null 2>&1 ]; then | 7 if command -v wget > /dev/null 2>&1; then : |
| 8 else | |
| 8 echo wget is required | 9 echo wget is required |
| 9 exit 1 | 10 exit 1 |
| 10 fi | 11 fi |
| 11 | 12 |
| 12 | 13 |
