This commit is contained in:
Doug Bird 2018-06-12 13:56:25 -07:00 committed by GitHub
parent 39f6cbd418
commit 59575f41d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"
echo -e "\ngenerate new $CUR_HELPER_LABEL: success"