[SCM] debian-live/live-helper branch, master, updated. 1.0_a38-1-5-g0472269

Daniel Baumann daniel at debian.org
Wed Feb 27 18:07:21 UTC 2008


The following commit has been merged in the master branch:
commit 0472269ef8890d984026a3d9dd04ec66885a8f30
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Feb 27 19:05:35 2008 +0100

    When a wrong argument is passed, that argument should be listed (Closes: #468201).

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

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list