Skip to content

Commit 0701c6b

Browse files
authored
Source common.bash from common-darwin.bash (#29067)
Source `util/cron/common.bash` from `util/cron/common-darwin.bash`, as most of the `common-*.bash` scripts do. This just slightly simplifies loading dependencies for `util/buildRelease/smokeTest`, where currently we explicitly source `common.bash` if not getting it transitively. I don't expect this to change any behavior, since currently every config that sources `common-darwin.bash` also sources `common.bash`. [reviewed by @jabraham17 , thanks!]
2 parents 2ad7e2b + 26311d6 commit 0701c6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

util/cron/common-darwin.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
UTIL_CRON_DIR=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd)
44

5+
source $UTIL_CRON_DIR/common.bash
6+
57
# 2017-11-03: needed on chapelmac since I.T. updates on 2017-10-10
68
# known to be needed on a Macbook when connected over VPN
79
export CHPL_RT_MASTERIP=127.0.0.1

0 commit comments

Comments
 (0)