aboutsummaryrefslogtreecommitdiff
path: root/process_html_file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'process_html_file.sh')
-rwxr-xr-xprocess_html_file.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/process_html_file.sh b/process_html_file.sh
index 7984a90..1275b3e 100755
--- a/process_html_file.sh
+++ b/process_html_file.sh
@@ -22,7 +22,7 @@ FILE="$1"
FILEKEY=$(sanitize "$FILE")
if [ "x$(map_get HTML_FILENAMES $FILEKEY)" = "xyes" ]; then
- errcho "import loop on $FILE"
+ printf 'import loop on %s\n' "$FILE" >&2
exit 1
fi