From 54a222576008d15be08d0b60d1d3cab44486c1e4 Mon Sep 17 00:00:00 2001 From: ddennedy Date: Sun, 4 Mar 2007 05:30:14 +0000 Subject: [PATCH] remove bashisms git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@953 d19143bc-622f-0410-bfdd-b5b2a6649095 --- configure | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 752e983..26d0bed 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/bash -function show_help +show_help() { cat << EOF Non-autotool config script for MLT. @@ -34,7 +34,7 @@ EOF echo } -function build_config +build_config() { ( echo "version=$version" @@ -90,7 +90,7 @@ function build_config echo -n > packages.dat } -function build_pkgconfig +build_pkgconfig() { for i in framework valerie miracle do -- 1.7.4.4