Fiddling with ulimit settings does not belong to dep extractor scripts
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 27 Nov 2009 12:55:12 +0000 (14:55 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 27 Nov 2009 12:55:12 +0000 (14:55 +0200)
- fixes one of the bashisms in ticket #62

scripts/find-php-provides
scripts/find-php-requires

index 369a674..02e0c42 100644 (file)
@@ -1,5 +1,4 @@
 #!/bin/sh
-ulimit -c 0
 cd `rpm --eval %{_builddir}`
 
 filelist=`sed "s/['\"]/\\\&/g"`
index 20c7502..9d08151 100644 (file)
@@ -1,5 +1,4 @@
 #!/bin/sh
-ulimit -c 0
 cd `rpm --eval %{_builddir}`
 
 filelist=`sed "s/['\"]/\\\&/g"`