projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0244f8e
)
Updated the --cache-dir patch to patch #36982.
author
Tim Yamin
<plasmaroo@gentoo.org>
Mon, 23 Aug 2004 11:36:14 +0000
(11:36 +0000)
committer
Tim Yamin
<plasmaroo@gentoo.org>
Mon, 23 Aug 2004 11:36:14 +0000
(11:36 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@129
67a159dc
-881f-0410-a524-
ba9dfbe2cb84
gen_funcs.sh
patch
|
blob
|
history
diff --git
a/gen_funcs.sh
b/gen_funcs.sh
index 0d6da0eaf58045d6e0e34f35be97af246836918e..7f9b3948983150f9ecab6e7cd31444c53ab4cab7 100755
(executable)
--- a/
gen_funcs.sh
+++ b/
gen_funcs.sh
@@
-176,7
+176,6
@@
var_replace()
SAFE_VAR=`echo "${2}" | sed -e 's/\([\/\.]\)/\\\\\\1/g'`
echo "${3}" | sed -e "s/%%${1}%%/${SAFE_VAR}/g" -
- echo "${3}" | sed -e "s/%%${1}%%/${SAFE_VAR}/g" >> /tmp/out
}
arch_replace() {