projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
550f1ef
)
add quotes to the ARCH= stuff for the kernel
author
Eric Edgar
<rocket@gentoo.org>
Fri, 9 Dec 2005 17:15:05 +0000
(17:15 +0000)
committer
Eric Edgar
<rocket@gentoo.org>
Fri, 9 Dec 2005 17:15:05 +0000
(17:15 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@337
67a159dc
-881f-0410-a524-
ba9dfbe2cb84
gen_compile.sh
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index 1ba8799332c03b2485a1d5c590bd09cd5a8fa13b..4e27b776b893215367b748246658d71d8684fcaa 100644
(file)
--- a/
gen_compile.sh
+++ b/
gen_compile.sh
@@
-23,7
+23,7
@@
compile_kernel_args()
ARGS="${ARGS} CROSS_COMPILE=\"${KERNEL_CROSS_COMPILE}\""
fi
- ARGS="${ARGS} ARCH=
${ARCH}
"
+ ARGS="${ARGS} ARCH=
\"${ARCH}\"
"
echo -n "${ARGS}"
}