diff options
Diffstat (limited to 'bin/aix_shr')
-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 |