X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/7c5df228a04f7a655486bffee6f169f52b5edb35..b7a7076354b0837c6da080270bd0d6da2dfce75b:/snippet/exported.sh.in?ds=sidebyside diff --git a/snippet/exported.sh.in b/snippet/exported.sh.in index f9d3c40..f5ef7b0 100644 --- a/snippet/exported.sh.in +++ b/snippet/exported.sh.in @@ -41,13 +41,13 @@ case $# in *) exec 4>&1 eval_cmd=`exec 3>&1 - { @NM@ $OBJS 3>&- + { { @NM@ $OBJS; } 3>&- echo "(exit $?) || exit $?" >&3 - } | { @GLOBAL_SYMBOL_PIPE@ 3>&- + } | { { @GLOBAL_SYMBOL_PIPE@; } 3>&- echo "(exit $?) || exit $?" >&3 - } | { @SED@ 's/^.* //' 3>&- + } | { { @SED@ 's/^.* //'; } 3>&- echo "(exit $?) || exit $?" >&3 - } | { LC_ALL=C sort -u 3>&- + } | { { LC_ALL=C sort -u; } 3>&- echo "(exit $?) || exit $?" >&3 } >&4` exec 4>&-