projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b15b4b
)
Fix minor print bug 98744. Shouldnt affect operation but it could be annoying
author
Eric Edgar
<rocket@gentoo.org>
Tue, 12 Jul 2005 19:51:20 +0000
(19:51 +0000)
committer
Eric Edgar
<rocket@gentoo.org>
Tue, 12 Jul 2005 19:51:20 +0000
(19:51 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@254
67a159dc
-881f-0410-a524-
ba9dfbe2cb84
gen_cmdline.sh
patch
|
blob
|
history
diff --git
a/gen_cmdline.sh
b/gen_cmdline.sh
index 62dc67305b0521162a414c63dab8108de678c4a9..64f446942edde82f32e7692145abcfda7eb549c1 100755
(executable)
--- a/
gen_cmdline.sh
+++ b/
gen_cmdline.sh
@@
-295,7
+295,7
@@
parse_cmdline() {
;;
--gensplash-res=*)
GENSPLASH_RES=`parse_opt "$*"`
- print
info 2 "GENSPLASH_RES: $GENSPLASH_RES"
+ print
_
info 2 "GENSPLASH_RES: $GENSPLASH_RES"
;;
--install)
CMD_NOINSTALL=0