[Ffmpeg-cvslog] r8634 - trunk/configure

mmu_man subversion
Fri Apr 6 17:02:14 CEST 2007


Author: mmu_man
Date: Fri Apr  6 17:02:13 2007
New Revision: 8634

Modified:
   trunk/configure

Log:
Suppress possible error from ulimit not having -c or being missing.

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Apr  6 17:02:13 2007
@@ -1196,7 +1196,7 @@ strip="${cross_prefix}${strip}"
 
 # Disable core dumps so that intentional execution of broken apps doesn't
 # pollute the current directory.
-ulimit -c 0
+ulimit -c 0 >/dev/null 2>&1
 
 # we need to build at least one lib type
 if disabled_all static shared; then




More information about the ffmpeg-cvslog mailing list