We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5da29 commit 89d01bfCopy full SHA for 89d01bf
extractcode
@@ -109,10 +109,10 @@ _canonicalize_file_path() {
109
EXTRACTCODE_BIN="$( realpath "${BASH_SOURCE[0]}" )"
110
EXTRACTCODE_ROOT_DIR="$( cd "$( dirname "${EXTRACTCODE_BIN}" )" && pwd )"
111
112
-EXTRACTCODE_CONFIGURED_PYTHON="$EXTRACTCODE_ROOT_DIR/bin/python"
+EXTRACTCODE_CONFIGURED_PYTHON="$EXTRACTCODE_ROOT_DIR/tmp/bin/python"
113
if [ ! -f "$EXTRACTCODE_CONFIGURED_PYTHON" ]; then
114
echo "* Configuring ExtractCode for first use..."
115
CONFIGURE_QUIET=1 "$EXTRACTCODE_ROOT_DIR/configure"
116
fi
117
118
-"$EXTRACTCODE_ROOT_DIR/bin/extractcode" "$@"
+"$EXTRACTCODE_ROOT_DIR/tmp/bin/extractcode" "$@"
0 commit comments