Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 24247 | Differences between
and this patch

Collapse All | Expand All

(-)4.5.9-maple/sope-appserver/WEPrototype/js2m.sh (-1 / +1 lines)
Lines 29-35 Link Here
29
BACKPAT="s|\\\\|\\\\\\\\|g"
29
BACKPAT="s|\\\\|\\\\\\\\|g"
30
30
31
$ECHOCMD >$mfile "/* automatically generated from ${jsfile}, do not edit ! */"
31
$ECHOCMD >$mfile "/* automatically generated from ${jsfile}, do not edit ! */"
32
for i in `cat ${jsfile} | ${SEDCMD} "$BACKPAT" | ${SEDCMD} "s|\\"|$replaceto|g"`; do
32
for i in `cat ${jsfile} | ${SEDCMD} "$BACKPAT" | ${SEDCMD} "s|\"|$replaceto|g"`; do
33
  $ECHOCMD -n >>$mfile "@\""
33
  $ECHOCMD -n >>$mfile "@\""
34
  $ECHOCMD -n >>$mfile "${i}"
34
  $ECHOCMD -n >>$mfile "${i}"
35
  $ECHOCMD >>$mfile "\\n\""
35
  $ECHOCMD >>$mfile "\\n\""

Return to bug 24247