Commit 7e4fc8cb authored by Austin English's avatar Austin English Committed by Alexandre Julliard

wineinstall: Remove bashisms, make sh compatible.

parent 3df91587
#!/bin/bash
#!/bin/sh
# WINE Installation script
# Can do almost everything from compiling to configuring...
#
......@@ -22,13 +22,11 @@
#--- defaults (change these if you are a packager)
CONFARGS="" # configure args, e.g. --prefix=/usr
# functions
function std_sleep {
std_sleep() {
sleep 1
}
function conf_yesno_answer {
conf_yesno_answer() {
unset ANSWER
while [ "$ANSWER" != 'yes' ] && [ "$ANSWER" != 'no' ]
do {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment