Set -e independently.

This commit is contained in:
Sergio Schvezov 2013-07-17 11:07:08 -03:00
parent 5c03a4f1d0
commit e899fa2c5a

View File

@ -1,4 +1,6 @@
#!/bin/sh -e
#!/bin/sh
set -e
echo "Setting up click packages"
echo "Installing curl to download click"