We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sub_env
1 parent b609ad5 commit 62fb854Copy full SHA for 62fb854
1 file changed
bin/steps/nltk
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-# This script is run in a subshell via sub_env so doesn't inherit the options/vars/utils from `bin/compile`.
+# This script is run in a subshell so doesn't inherit the options/vars/utils from `bin/compile`.
4
# TODO: Migrate this script to functions under `lib/` and stop running the entire script in a subshell.
5
set -euo pipefail
6
BUILDPACK_DIR=$(cd "$(dirname "$(dirname "$(dirname "${BASH_SOURCE[0]}")")")" && pwd)
0 commit comments