blob: 44084321a65ac6d6ae316d59be320a66471bf78f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- MUTE_fileSharing-0.5_UnixSource~/MUTE/configure 2006-09-04 11:54:51.000000000 +0200
+++ MUTE_fileSharing-0.5_UnixSource/MUTE/configure 2006-09-04 11:56:24.000000000 +0200
@@ -41,7 +41,6 @@
# templates.
#
-
while [ -z "$userEntry" ]
do
echo "select platform:"
@@ -57,7 +56,8 @@
echo ""
echo -n "> "
- read userEntry
+# read userEntry
+ userEntry=1
if [ "$userEntry" = "q" ]
@@ -359,7 +359,7 @@
echo ""
echo -n "> "
-read userEntry
+#read userEntry
if [ "$userEntry" = "" ]
|