Fix: sourced files w/o arg bashisms
[releng/builder.git] / jjb / autorelease / autorelease-macros.yaml
index cdfe01cdc6339c754c83bf5b169326274c9c9308..2cc67e01d42c31d91eaff7e020ffd9f9f91b895d 100644 (file)
@@ -46,7 +46,7 @@
           #!/bin/bash -l
           set -xe -o pipefail
           python3 -m venv $WORKSPACE/venv
-          source $WORKSPACE/venv/bin/activate
+          . $WORKSPACE/venv/bin/activate
           PYTHON="$WORKSPACE/venv/bin/python"
           $PYTHON -m pip install --upgrade networkx
           $PYTHON -m pip freeze