git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@64 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Brad House 21 years ago
parent f71a94fcb4
commit 86474ea004

@ -51,7 +51,7 @@ do
do do
if [ "$y" = "do${x}" ] if [ "$y" = "do${x}" ]
then then
MY_HWOPTS="MY_HWOPTS $x" MY_HWOPTS="${MY_HWOPTS} $x"
elif [ "$y" = "no${x}" ] elif [ "$y" = "no${x}" ]
then then
MY_HWOPTS="`echo ${MY_HWOPTS} | sed -e 's/${x}//g' -`" MY_HWOPTS="`echo ${MY_HWOPTS} | sed -e 's/${x}//g' -`"

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Genkernel v3 # Genkernel v3
GK_V="3.0.1_beta8" GK_V="3.0.1_beta9"
TEMP="/tmp" TEMP="/tmp"
small_die() { small_die() {

Loading…
Cancel
Save