Skip to content

Commit 89d01bf

Browse files
committed
Use correct paths in script
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent aa5da29 commit 89d01bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extractcode

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ _canonicalize_file_path() {
109109
EXTRACTCODE_BIN="$( realpath "${BASH_SOURCE[0]}" )"
110110
EXTRACTCODE_ROOT_DIR="$( cd "$( dirname "${EXTRACTCODE_BIN}" )" && pwd )"
111111

112-
EXTRACTCODE_CONFIGURED_PYTHON="$EXTRACTCODE_ROOT_DIR/bin/python"
112+
EXTRACTCODE_CONFIGURED_PYTHON="$EXTRACTCODE_ROOT_DIR/tmp/bin/python"
113113
if [ ! -f "$EXTRACTCODE_CONFIGURED_PYTHON" ]; then
114114
echo "* Configuring ExtractCode for first use..."
115115
CONFIGURE_QUIET=1 "$EXTRACTCODE_ROOT_DIR/configure"
116116
fi
117117

118-
"$EXTRACTCODE_ROOT_DIR/bin/extractcode" "$@"
118+
"$EXTRACTCODE_ROOT_DIR/tmp/bin/extractcode" "$@"

0 commit comments

Comments
 (0)