From 3c0d008c79baadcbc455c7c46fa0673219c8333a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 27 Feb 2008 19:05:35 +0100 Subject: When a wrong argument is passed, that argument should be listed (Closes: #468201). --- functions/arguments.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/arguments.sh b/functions/arguments.sh index a5ee8dd4a..f121db306 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 -- cgit v1.2.3