diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2003-01-02 19:34:59 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2003-01-02 19:34:59 +0000 |
commit | 70a17bb9744cf6c37d9af1e11bf5dc810b5dfa0b (patch) | |
tree | 87fb62e821f7b54650e7871938e30b3b271a665e /bin | |
parent | 02f80ae9b17bdad423f257eb1c6c090c39e50f03 (diff) | |
download | ATCD-70a17bb9744cf6c37d9af1e11bf5dc810b5dfa0b.tar.gz |
ChangeLogTag: Thu Jan 2 13:33:01 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/aix_shr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/aix_shr b/bin/aix_shr index 5ea5bed40fe..f76770f74a3 100755 --- a/bin/aix_shr +++ b/bin/aix_shr @@ -15,7 +15,7 @@ for possible in "$TMPDIR" "$TEMP" "$TMP"; do done ## Send the output to a temporary file and save the return code -$@ > "$usrtmp/$output" 2>&1 +$@ -DTAO_INSTANTIATING_TEMPLATES > "$usrtmp/$output" 2>&1 status=$? ## Print the output to stdout, but filter duplicate symbol warnings from |