Skip to content

Commit 436783c

Browse files
Ben Waltongitster
authored andcommitted
Enable HAVE_DEV_TTY for Solaris
Now that git_terminal_prompt can cleanly interact with /dev/tty on Solaris, enable HAVE_DEV_TTY so that this code path is used for credential reading instead of relying on the crippled getpass(). Signed-off-by: Ben Walton <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 67ba123 commit 436783c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ ifeq ($(uname_S),SunOS)
909909
NO_MKSTEMPS = YesPlease
910910
NO_REGEX = YesPlease
911911
NO_FNMATCH_CASEFOLD = YesPlease
912+
HAVE_DEV_TTY = YesPlease
912913
ifeq ($(uname_R),5.6)
913914
SOCKLEN_T = int
914915
NO_HSTRERROR = YesPlease

0 commit comments

Comments
 (0)