summaryrefslogtreecommitdiff
path: root/test/ragel.d/gentests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/ragel.d/gentests.sh')
-rw-r--r--test/ragel.d/gentests.sh30
1 files changed, 15 insertions, 15 deletions
diff --git a/test/ragel.d/gentests.sh b/test/ragel.d/gentests.sh
index 4cc30f4d..41603ecd 100644
--- a/test/ragel.d/gentests.sh
+++ b/test/ragel.d/gentests.sh
@@ -14,21 +14,21 @@ TRANS=./trans
# Make available to to test directories below us that are not part of this
# repository and cannot source one dir up.
-export RAGEL_BIN="@RAGEL_BIN@"
-export RAGEL_CPPFLAGS="@RAGEL_CPPFLAGS@"
-export RAGEL_LDFLAGS="@RAGEL_LDFLAGS@"
-
-export RAGEL_C_BIN="@RAGEL_C_BIN@"
-export RAGEL_D_BIN="@RAGEL_D_BIN@"
-export RAGEL_JAVA_BIN="@RAGEL_JAVA_BIN@"
-export RAGEL_RUBY_BIN="@RAGEL_RUBY_BIN@"
-export RAGEL_CSHARP_BIN="@RAGEL_CSHARP_BIN@"
-export RAGEL_GO_BIN="@RAGEL_GO_BIN@"
-export RAGEL_OCAML_BIN="@RAGEL_OCAML_BIN@"
-export RAGEL_ASM_BIN="@RAGEL_ASM_BIN@"
-export RAGEL_RUST_BIN="@RAGEL_RUST_BIN@"
-export RAGEL_CRACK_BIN="@RAGEL_CRACK_BIN@"
-export RAGEL_JULIA_BIN="@RAGEL_JULIA_BIN@"
+export RAGEL_BIN="@SUBJ_RAGEL_BIN@"
+export RAGEL_CPPFLAGS="@SUBJ_RAGEL_CPPFLAGS@"
+export RAGEL_LDFLAGS="@SUBJ_RAGEL_LDFLAGS@"
+
+export RAGEL_C_BIN="@SUBJ_RAGEL_C_BIN@"
+export RAGEL_D_BIN="@SUBJ_RAGEL_D_BIN@"
+export RAGEL_JAVA_BIN="@SUBJ_RAGEL_JAVA_BIN@"
+export RAGEL_RUBY_BIN="@SUBJ_RAGEL_RUBY_BIN@"
+export RAGEL_CSHARP_BIN="@SUBJ_RAGEL_CSHARP_BIN@"
+export RAGEL_GO_BIN="@SUBJ_RAGEL_GO_BIN@"
+export RAGEL_OCAML_BIN="@SUBJ_RAGEL_OCAML_BIN@"
+export RAGEL_ASM_BIN="@SUBJ_RAGEL_ASM_BIN@"
+export RAGEL_RUST_BIN="@SUBJ_RAGEL_RUST_BIN@"
+export RAGEL_CRACK_BIN="@SUBJ_RAGEL_CRACK_BIN@"
+export RAGEL_JULIA_BIN="@SUBJ_RAGEL_JULIA_BIN@"
function sig_exit()
{