diff --git a/scripts/bgit b/scripts/bgit index 8642b37b..0aa37ec3 100755 --- a/scripts/bgit +++ b/scripts/bgit @@ -6,6 +6,8 @@ # Error handling set -e +set -o noclobber + # For styling/colorizing output txtbld=$(tput bold) txtblue=${txtbld}$(tput setaf 4)