Commit 779ad578 authored by diego's avatar diego

Simplify source_path handling, avoids some warnings with non-bash shells.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4807 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7a1414ce
...@@ -416,7 +416,7 @@ TARGET_OS=`( uname -s ) 2>&1` ...@@ -416,7 +416,7 @@ TARGET_OS=`( uname -s ) 2>&1`
esac esac
# find source path # find source path
source_path="`echo $0 | sed -e 's#/configure##'`" source_path="`dirname $0`"
source_path_used="yes" source_path_used="yes"
if test -z "$source_path" -o "$source_path" = "." ; then if test -z "$source_path" -o "$source_path" = "." ; then
source_path=`pwd` source_path=`pwd`
......
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