We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e39259 commit 2acc701Copy full SHA for 2acc701
src/Console/Commands/stubs/hook
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-
+# Detect whether /dev/tty is available & functional
3
if sh -c ": >/dev/tty" >/dev/null 2>/dev/null; then
4
exec < /dev/tty
5
fi
0 commit comments