diff --git a/scripts/apply.sh b/scripts/apply.sh index 00631d2f..fa6f4065 100755 --- a/scripts/apply.sh +++ b/scripts/apply.sh @@ -1,7 +1,4 @@ #!/bin/bash - -set -e - # get base dir regardless of execution location SOURCE="${BASH_SOURCE[0]}" while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink diff --git a/scripts/upstream.sh b/scripts/upstream.sh index f864d078..2456865a 100755 --- a/scripts/upstream.sh +++ b/scripts/upstream.sh @@ -1,7 +1,4 @@ #!/bin/bash - -set -e - # get base dir regardless of execution location SOURCE="${BASH_SOURCE[0]}" while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink diff --git a/sportpaper b/sportpaper index 1e46b0d4..3ca117b5 100755 --- a/sportpaper +++ b/sportpaper @@ -1,7 +1,5 @@ #!/usr/bin/env bash -set -e - # get base dir regardless of execution location SOURCE="${BASH_SOURCE[0]}" while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink