1diff --git a/Jambase b/Jambase
2--- a/Jambase
3+++ b/Jambase
4@@ -4247,7 +4247,7 @@
5
6 actions GenFileND1
7 {
8- $(>)
9+ @emulator@ $(>)
10 }
11
12 actions GenFileNND1
13@@ -4410,7 +4410,7 @@
14 actions GenFile1
15 {
16 PATH="$PATH:."
17- $(>[1]) $(<) $(>[2-])
18+ @emulator@ $(>[1]) $(<) $(>[2-])
19 }
20
21 actions CreateCatFile_
22