Author: glen
Date: Tue Nov  6 02:35:19 2007
New Revision: 8998

Modified:
   geninitrd/trunk/geninitrd
Log:
- well update inst_exec() too then to follow adamg

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Tue Nov  6 02:35:19 2007
@@ -405,7 +405,7 @@
 # install executable and it's shared libraries
 inst_exec() {
        if [ $# -lt 2 ]; then
-               die 'Usage: inst_exec <file> [, <file>] $MNTIMAGE<destination>'
+               die '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