Skip to content

Commit 62fb854

Browse files
authored
Fix outdated NLTK sub_env comment (#2075)
Since the whole script is no longer run via `sub_env` since: #1888
1 parent b609ad5 commit 62fb854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/steps/nltk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# This script is run in a subshell via sub_env so doesn't inherit the options/vars/utils from `bin/compile`.
3+
# This script is run in a subshell so doesn't inherit the options/vars/utils from `bin/compile`.
44
# TODO: Migrate this script to functions under `lib/` and stop running the entire script in a subshell.
55
set -euo pipefail
66
BUILDPACK_DIR=$(cd "$(dirname "$(dirname "$(dirname "${BASH_SOURCE[0]}")")")" && pwd)

0 commit comments

Comments
 (0)