Skip to content

Commit 89a5af3

Browse files
committed
Do not exit on errors if sourcing configure #1647
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent b728748 commit 89a5af3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ $PYTHON_EXE "$CONFIGURE_ROOT_DIR/etc/configure.py" $CFG_CMD_LINE_ARGS
3333
if [ -f "$CONFIGURE_ROOT_DIR/bin/activate" ]; then
3434
source "$CONFIGURE_ROOT_DIR/bin/activate"
3535
fi
36+
37+
set +e

0 commit comments

Comments
 (0)