[Ffmpeg-cvslog] CVS: ffmpeg configure,1.226,1.227
Diego Biurrun CVS
diego
Tue Jan 3 16:40:42 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv6278
Modified Files:
configure
Log Message:
Simplify source_path handling, avoids some warnings with non-bash shells.
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -d -r1.226 -r1.227
--- configure 3 Jan 2006 15:13:59 -0000 1.226
+++ configure 3 Jan 2006 15:40:39 -0000 1.227
@@ -416,7 +416,7 @@
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`
More information about the ffmpeg-cvslog
mailing list