We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68ac78 commit 6e79f19Copy full SHA for 6e79f19
1 file changed
usr/bin/jhb
@@ -33,8 +33,7 @@ source "$SRC_DIR"/jhb/jhbuild.sh
33
34
### variables ##################################################################
35
36
-# shellcheck disable=SC2034 # export not desired
37
-PYTHON=$BIN_DIR/python3 # required for libxml2
+export PYTHON=$BIN_DIR/python3 # required for libxml2
38
39
### functions ##################################################################
40
0 commit comments