Fiddling with ulimit settings does not belong to dep extractor scripts
- fixes one of the bashisms in ticket #62
This commit is contained in:
parent
8440195af4
commit
443d4f4d72
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
ulimit -c 0
|
||||
cd `rpm --eval %{_builddir}`
|
||||
|
||||
filelist=`sed "s/['\"]/\\\&/g"`
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
ulimit -c 0
|
||||
cd `rpm --eval %{_builddir}`
|
||||
|
||||
filelist=`sed "s/['\"]/\\\&/g"`
|
||||
|
|
Loading…
Reference in New Issue