Skip to content

Commit

Permalink
redundant deduplication (#3611)
Browse files Browse the repository at this point in the history
redundant deduplication
  • Loading branch information
damonxue authored Mar 14, 2024
1 parent 1939457 commit f44b9df
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@
# used
# -----------------------------------------------------------------------------

# Bugzilla 37848: When no TTY is available, don't output to console
have_tty=0
# shellcheck disable=SC2006
if [[ "`tty`" != "not a tty" ]]; then
have_tty=1
fi

# Bugzilla 37848: When no TTY is available, don't output to console
have_tty=0
# shellcheck disable=SC2006
Expand Down

0 comments on commit f44b9df

Please sign in to comment.