4 local current_script
="$em_script"
7 em_script
=$current_script
11 if [ ${BASH_VERSINFO[3]} -ge 3 ]; then
12 local lineno
=$
[${BASH_LINENO[0]} + 1]
13 echo >> e
${EMULATION_NAME}.c
"#line $lineno \"$em_script\""
15 cat >> e
${EMULATION_NAME}.c
This page took 0.03525 seconds and 4 git commands to generate.