env bash
This commit is contained in:
parent
39f6cbd418
commit
59575f41d0
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
################################################################################
|
################################################################################
|
||||||
## "update-formats"
|
## "update-formats"
|
||||||
## Updates the 'tlds.csv' file from iana.org and re-generates the native
|
## 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)"
|
>&2 echo "$ME_NAME: (FATAL) helper for $CUR_HELPER_LABEL failed ($CUR_HELPER_CMD exit status $CMD_STATUS)"
|
||||||
exit $CMD_STATUS
|
exit $CMD_STATUS
|
||||||
fi
|
fi
|
||||||
echo -e "\ngenerate new $CUR_HELPER_LABEL: success"
|
echo -e "\ngenerate new $CUR_HELPER_LABEL: success"
|
||||||
|
|
Loading…
Reference in New Issue