Author: glen
Date: Thu Apr  2 23:38:37 2009
New Revision: 10278

Modified:
   geninitrd/trunk/geninitrd
Log:
- share inst_exec args on failure

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Thu Apr  2 23:38:37 2009
@@ -372,7 +372,7 @@
 # install executable and it's shared libraries
 inst_exec() {
        if [ $# -lt 2 ]; then
-               die 'Usage: inst_exec <file>[, <file>] <destination>'
+               die "Invalid params ($@), Usage: inst_exec <file>[, <file>] 
<destination>"
        fi
        local src i=0 c=$(($# - 1))
        while [ $i -lt $c ]; do
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to