diff options
author | Patrick Monnerat <pm@datasphere.ch> | 2011-07-14 17:07:35 +0200 |
---|---|---|
committer | Patrick Monnerat <pm@datasphere.ch> | 2011-07-14 17:07:35 +0200 |
commit | e3a9804d3aa5e4ea77311e7f7082ff27219b6d39 (patch) | |
tree | 404be92f6ef1b478c0e0854b6eca491d3803a6f3 /packages/OS400/make-tests.sh | |
parent | 9c1f50c583f5213677897afaf354716460c11b64 (diff) | |
download | curl-e3a9804d3aa5e4ea77311e7f7082ff27219b6d39.tar.gz |
Fix OS400 scripts to make it compilable again.
Upgrade ILE/RPG binding to 7.21.7.
Update OS400 documentation accordingly.
Diffstat (limited to 'packages/OS400/make-tests.sh')
-rw-r--r-- | packages/OS400/make-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/OS400/make-tests.sh b/packages/OS400/make-tests.sh index cee3ed95d..e40b41046 100644 --- a/packages/OS400/make-tests.sh +++ b/packages/OS400/make-tests.sh @@ -22,6 +22,8 @@ cd libtest # _ Retain only lines that begins with "identifier =". # _ Turn these lines into shell variable assignments. +top_srcdir="${TOPDIR}" +export top_srcdir eval "`sed -e ': begin' \ -e '/\\\\$/{' \ -e 'N' \ |