Skip to content

Commit

Permalink
Double oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Didgeridoohan authored Nov 2, 2019
1 parent 2c05589 commit bc9c046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MODULESPATH=$ADBPATH/modules
MHPCPATH=$ADBPATH/mhpc
if [ "$INSTFN" ]; then
# Installation (config.sh)
if [ ! -d "$MHPCPATH" ];
if [ ! -d "$MHPCPATH" ]; then
touch $MHPCPATH
fi
MODVERSION=$(echo $(get_file_value $TMPDIR/module.prop "version=") | sed 's|-.*||')
Expand Down

0 comments on commit bc9c046

Please sign in to comment.