From 0733be5aaaac0538feef690a62f18dadab88c51b Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Thu, 13 Jun 2024 17:27:07 -0700 Subject: [PATCH] remove piping message --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 46ad338..1186217 100755 --- a/install.sh +++ b/install.sh @@ -371,10 +371,6 @@ run() { } if ! is_test_mode; then - if is_piped; then - echo "piping script" - fi - run "$@" exit $? fi