Skip to content

Commit

Permalink
Allow makeself 2.3.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Jul 29, 2018
1 parent 6c71cbd commit a18b184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/linux/build_installer_64_bits
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function checkMakeselfVersion()
MINORGOT=`makeself -v | awk '{print $3}' | awk -F. '{print $2}'`
REVISIONGOT=`makeself -v | awk '{print $3}' | awk -F. '{print $3}'`
MAJORWANTED=2
MINORWANTED=4
MINORWANTED=3
REVISIONWANTED=0
BAD=0
if [ "$MAJORGOT" -lt "$MAJORWANTED" ]; then
Expand Down
2 changes: 1 addition & 1 deletion dev/linux/build_installer_cross_compile_to_32_bits
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function checkMakeselfVersion()
MINORGOT=`makeself -v | awk '{print $3}' | awk -F. '{print $2}'`
REVISIONGOT=`makeself -v | awk '{print $3}' | awk -F. '{print $3}'`
MAJORWANTED=2
MINORWANTED=4
MINORWANTED=3
REVISIONWANTED=0
BAD=0
if [ "$MAJORGOT" -lt "$MAJORWANTED" ]; then
Expand Down

0 comments on commit a18b184

Please sign in to comment.