Skip to content

Commit 5cbcf7a

Browse files
committed
added the line break in configure file and produced the output in the CLI in the form of key value pair
Signed-off-by: Pratikrocks <pratikrocks.dey11@gmail.com>
1 parent d468bb8 commit 5cbcf7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ CONFIGURE_ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2727
if [[ "$PYTHON_EXE" == "" ]]; then
2828
PYTHON_EXE=python
2929
fi
30+
3031
$PYTHON_EXE "$CONFIGURE_ROOT_DIR/etc/configure.py" $CFG_CMD_LINE_ARGS
3132

3233
if [ -f "$CONFIGURE_ROOT_DIR/bin/activate" ]; then

0 commit comments

Comments
 (0)