summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/arguments.sh2
-rwxr-xr-xhelpers/lh_config2
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/arguments.sh b/functions/arguments.sh
index a5ee8dd..f121db3 100755
--- a/functions/arguments.sh
+++ b/functions/arguments.sh
@@ -75,7 +75,7 @@ Arguments ()
;;
*)
- Echo_error "internal error"
+ Echo_error "internal error ${0}"
exit 1
;;
esac
diff --git a/helpers/lh_config b/helpers/lh_config
index 40690ea..e9ceaac 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -638,7 +638,7 @@ Local_arguments ()
;;
*)
- Echo_error "internal error"
+ Echo_error "internal error ${0}"
exit 1
;;
esac