SVN: geninitrd/trunk/geninitrd
glen
glen at pld-linux.org
Tue Nov 6 02:35:20 CET 2007
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
More information about the pld-cvs-commit
mailing list