Fiddling with ulimit settings does not belong to dep extractor scripts

- fixes one of the bashisms in ticket #62
This commit is contained in:
Panu Matilainen 2009-11-27 14:55:12 +02:00
parent 8440195af4
commit 443d4f4d72
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#!/bin/sh
ulimit -c 0
cd `rpm --eval %{_builddir}`
filelist=`sed "s/['\"]/\\\&/g"`

View File

@ -1,5 +1,4 @@
#!/bin/sh
ulimit -c 0
cd `rpm --eval %{_builddir}`
filelist=`sed "s/['\"]/\\\&/g"`