From f7f58a61aa04af48342a5dce6196285454fd2a06 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 22 Aug 2016 19:24:35 -0400 Subject: [PATCH] yasm-wrapper: dont echo the yasm command line commented out the echos because they're noisy. if anyone needs to debug the wrapper in the future, they can uncomment Signed-off-by: Casey Bodley --- src/yasm-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/yasm-wrapper b/src/yasm-wrapper index 9500d2faa1d89..7720c5cb56c8a 100755 --- a/src/yasm-wrapper +++ b/src/yasm-wrapper @@ -2,7 +2,7 @@ # libtool and yasm do not get along. # filter out any crap that libtool feeds us that yasm does not understand. -echo $0: got $* +#echo $0: got $* new="" touch="" while [ -n "$*" ]; do @@ -36,7 +36,7 @@ while [ -n "$*" ]; do esac done -echo $0: yasm $new +#echo $0: yasm $new yasm $new [ -n "$touch" ] && touch $touch -- 2.39.5