[fix] != instead of -ne

This commit is contained in:
Al
2019-02-12 12:32:34 -05:00
parent a60aa9bfb1
commit acebc951b6

View File

@@ -123,7 +123,7 @@ download_release() {
echo "Checking for new libpostal $name..."
if [ $current_version -ne $version ]; then
if [ "$current_version" != "$version" ]; then
echo "New libpostal $name available"
if [ $num_chunks -gt 1 ]; then