Skip to content

Commit 2acc701

Browse files
committed
Hook stub updated
1 parent 4e39259 commit 2acc701

File tree

1 file changed

+1
-1
lines changed
  • src/Console/Commands/stubs

1 file changed

+1
-1
lines changed

src/Console/Commands/stubs/hook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
2+
# Detect whether /dev/tty is available & functional
33
if sh -c ": >/dev/tty" >/dev/null 2>/dev/null; then
44
exec < /dev/tty
55
fi

0 commit comments

Comments
 (0)