Skip to content
Snippets Groups Projects
Commit 1d71b96e authored by Recolic K's avatar Recolic K
Browse files

more check

parent f0bf8693
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ function validate_environment () { ...@@ -65,6 +65,7 @@ function validate_environment () {
grep -P '[^\x00-\x7f]' --text --color=always "$(where_am_i)/antidote.config.sh" grep -P '[^\x00-\x7f]' --text --color=always "$(where_am_i)/antidote.config.sh"
return 1 return 1
} }
return 0
} }
############################################################################## ##############################################################################
...@@ -379,7 +380,7 @@ function subcmd_xmldownload () { ...@@ -379,7 +380,7 @@ function subcmd_xmldownload () {
} }
# Initialization # Initialization
antidote_version="1.1.12-3" antidote_version="1.1.12-4"
subcmd="$1" subcmd="$1"
shift shift
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment