Loading ifs/scripts/dl_dep.sh +5 −0 Changes for ifs/scripts/dl_dep.sh: 5 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -5,6 +5,11 @@ COMMON_WGET_FLAGS="--no-verbose" COMMON_GIT_FLAGS="--quiet --single-branch" # Stop all backround jobs on interruption. # "kill -- -$$" sends a SIGTERM to the whole process group, # thus killing also descendants. trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT clonedeps() { local FOLDER=$1 local REPO=$2 Loading Loading
ifs/scripts/dl_dep.sh +5 −0 Changes for ifs/scripts/dl_dep.sh: 5 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -5,6 +5,11 @@ COMMON_WGET_FLAGS="--no-verbose" COMMON_GIT_FLAGS="--quiet --single-branch" # Stop all backround jobs on interruption. # "kill -- -$$" sends a SIGTERM to the whole process group, # thus killing also descendants. trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT clonedeps() { local FOLDER=$1 local REPO=$2 Loading