diff --git a/clone_and_build.sh b/clone_and_build.sh index 779d9f6..67838e2 100755 --- a/clone_and_build.sh +++ b/clone_and_build.sh @@ -1,4 +1,5 @@ -#!/bin/sh -e +#!/bin/sh +set -e bold=$(tput bold) normal=$(tput sgr0)