projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f0f456
)
Fix bug 98661 with the missing underscore in gen_cmdline.sh
author
Eric Edgar
<rocket@gentoo.org>
Mon, 11 Jul 2005 14:01:51 +0000
(14:01 +0000)
committer
Eric Edgar
<rocket@gentoo.org>
Mon, 11 Jul 2005 14:01:51 +0000
(14:01 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@245
67a159dc
-881f-0410-a524-
ba9dfbe2cb84
gen_cmdline.sh
patch
|
blob
|
history
diff --git
a/gen_cmdline.sh
b/gen_cmdline.sh
index 12d281fa94753e3210c227b54fb08c43dd98acc6..3d031f1d8e67b37f084dab13afc158ee662d9ac3 100755
(executable)
--- a/
gen_cmdline.sh
+++ b/
gen_cmdline.sh
@@
-293,7
+293,7
@@
parse_cmdline() {
print_info 2 "CMD_GENSPLASH: $CMD_GENSPLASH"
;;
--gensplash-res=*)
- GENSPLASH_RES=`parse
opt "$*"`
+ GENSPLASH_RES=`parse
_
opt "$*"`
print info 2 "GENSPLASH_RES: $GENSPLASH_RES"
;;
--install)