Simplify source_path handling, avoids some warnings with non-bash shells.
authorDiego Biurrun <diego@biurrun.de>
Tue, 3 Jan 2006 15:40:39 +0000 (15:40 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 3 Jan 2006 15:40:39 +0000 (15:40 +0000)
Originally committed as revision 4807 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index f8c7f0ca72cdad8cb4af779c00d0b2bc7db47c43..6ac580789259fedeffe9b36a6e5944fb8e99b693 100755 (executable)
--- 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`