Skip to content

Commit

Permalink
Added the license expression library and made a small change of addin…
Browse files Browse the repository at this point in the history
…g a newline in the configure file
  • Loading branch information
Pratikrocks committed Mar 18, 2020
1 parent a84cc20 commit 368b520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CONFIGURE_ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [[ "$PYTHON_EXE" == "" ]]; then
PYTHON_EXE=python
fi
PYTHON_EXE=python2.7

$PYTHON_EXE "$CONFIGURE_ROOT_DIR/etc/configure.py" $CFG_CMD_LINE_ARGS

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

0 comments on commit 368b520

Please sign in to comment.