From 6942d002ba8570acc49dc76d14b8af785fb9491d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 3 Jan 2006 15:40:39 +0000 Subject: Simplify source_path handling, avoids some warnings with non-bash shells. Originally committed as revision 4807 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f8c7f0ca72..6ac5807892 100755 --- a/configure +++ b/configure @@ -416,7 +416,7 @@ TARGET_OS=`( uname -s ) 2>&1` esac # find source path -source_path="`echo $0 | sed -e 's#/configure##'`" +source_path="`dirname $0`" source_path_used="yes" if test -z "$source_path" -o "$source_path" = "." ; then source_path=`pwd` -- cgit v1.2.3