From a559edd98e3cf76775bf0c842c37489aa4d1c326 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Fri, 27 Jun 2014 19:19:40 +0200 Subject: restored use of bash on quickinstall.sh, to make it work on linux --- scripts/quickinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/quickinstall.sh b/scripts/quickinstall.sh index a0dd757f..f440a281 100755 --- a/scripts/quickinstall.sh +++ b/scripts/quickinstall.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash . .install rm -f $PREFIX/lib/deadbeef/*.so cp ./deadbeef $PREFIX/bin/ -- cgit v1.2.3