aboutsummaryrefslogtreecommitdiffstats
path: root/os400/make-src.sh
diff options
context:
space:
mode:
Diffstat (limited to 'os400/make-src.sh')
-rw-r--r--os400/make-src.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os400/make-src.sh b/os400/make-src.sh
index ccc8ec7e..88248b0f 100644
--- a/os400/make-src.sh
+++ b/os400/make-src.sh
@@ -193,7 +193,7 @@ for PGMEXP in ${PGMEXPS}
do SIGNATURE=`echo "${PGMEXP}" | sed 's/^LIBXML2_//'`
eval ENTRIES=\"\${${PGMEXP}}\"
echo " STRPGMEXP PGMLVL(*${PGMLVL}) SIGNATURE('${SIGNATURE}')"
- for ENTRY in ${OS400SYMS} ${ENTRIES}
+ for ENTRY in ${ENTRIES} ${OS400SYMS}
do echo " EXPORT SYMBOL('${ENTRY}')"
done
echo ' ENDPGMEXP'