changeset 28142 | cf8da9bbc584 |
parent 27103 | d8549f4d900b |
child 28502 | 6b0e3e4e1891 |
28141:193c3ea0f63b | 28142:cf8da9bbc584 |
---|---|
33 |
33 |
34 |
34 |
35 ## main |
35 ## main |
36 |
36 |
37 CMD=$(echo $CMD | sed -e 's/\\/\\\\"/g; s/"/\\\"/g') |
37 CMD=$(echo $CMD | sed -e 's/\\/\\\\"/g; s/"/\\\"/g') |
38 FULL_CMD="CodeTarget.shell_command \"$THY\" \"$CMD\";" |
38 FULL_CMD="Code_Target.shell_command \"$THY\" \"$CMD\";" |
39 |
39 |
40 "$ISABELLE" -q -e "$FULL_CMD" "$IMAGE" || exit 1 |
40 "$ISABELLE" -q -e "$FULL_CMD" "$IMAGE" || exit 1 |