diff --git a/bin/update-formats b/bin/update-formats index a3dc0fc..0a4a9cd 100755 --- a/bin/update-formats +++ b/bin/update-formats @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ################################################################################ ## "update-formats" ## Updates the 'tlds.csv' file from iana.org and re-generates the native @@ -158,4 +158,4 @@ if [ "$CMD_STATUS" -ne "0" ]; then >&2 echo "$ME_NAME: (FATAL) helper for $CUR_HELPER_LABEL failed ($CUR_HELPER_CMD exit status $CMD_STATUS)" exit $CMD_STATUS fi -echo -e "\ngenerate new $CUR_HELPER_LABEL: success" \ No newline at end of file +echo -e "\ngenerate new $CUR_HELPER_LABEL: success"