mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
2a64cbe596
and which gives applications, through a very simple API, sample playing with stereo, 3D, doppler effects, music playing (MIDI, HMP, MUS), cd playing and ejecting/changing.
19 lines
419 B
Plaintext
19 lines
419 B
Plaintext
--- ../gsi/Config/Choose.sh Wed Jan 5 09:32:05 2000
|
|
+++ ./Config/Choose.sh Thu Dec 7 18:59:20 2000
|
|
@@ -7,15 +7,6 @@
|
|
|
|
prompt=$1
|
|
default=$2
|
|
-if [ "$default" != "" ]; then
|
|
- default="[$default]"
|
|
-fi
|
|
-if [ "`echo '\c'`" != "" ]; then
|
|
- echo -e "$prompt $default \c" >/dev/tty
|
|
-else
|
|
- echo -ne "$prompt $default " >/dev/tty
|
|
-fi
|
|
-#echo -e $prompt [$default] >/dev/tty
|
|
read answer
|
|
if [ "$answer" = "" ]; then
|
|
echo $2
|