Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60392 | Differences between
and this patch

Collapse All | Expand All

(-)MUTE_fileSharing-0.5_UnixSource~/MUTE/configure (-3 / +3 lines)
Lines 41-47 Link Here
41
# templates.
41
# templates.
42
#
42
#
43
43
44
45
while [ -z "$userEntry" ]
44
while [ -z "$userEntry" ]
46
do
45
do
47
    echo "select platform:"
46
    echo "select platform:"
Lines 57-63 Link Here
57
    echo ""
56
    echo ""
58
    echo -n "> "
57
    echo -n "> "
59
58
60
    read userEntry
59
#    read userEntry
60
    userEntry=1
61
61
62
	
62
	
63
	if [ "$userEntry" = "q" ]
63
	if [ "$userEntry" = "q" ]
Lines 359-365 Link Here
359
echo ""
359
echo ""
360
echo -n "> "
360
echo -n "> "
361
361
362
read userEntry
362
#read userEntry
363
363
364
364
365
if [ "$userEntry" = "" ]
365
if [ "$userEntry" = "" ]

Return to bug 60392