diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-11-27 14:55:12 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-11-27 14:55:12 +0200 |
commit | 443d4f4d725a29d405b8c52e3a6ffbc1f514bd27 (patch) | |
tree | d1b78160e8deff476e318692e5a64a5ec06668f1 /scripts | |
parent | 8440195af4f1d578fa3c631df8ff186c6168e368 (diff) | |
download | librpm-tizen-443d4f4d725a29d405b8c52e3a6ffbc1f514bd27.tar.gz librpm-tizen-443d4f4d725a29d405b8c52e3a6ffbc1f514bd27.tar.bz2 librpm-tizen-443d4f4d725a29d405b8c52e3a6ffbc1f514bd27.zip |
Fiddling with ulimit settings does not belong to dep extractor scripts
- fixes one of the bashisms in ticket #62
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/find-php-provides | 1 | ||||
-rw-r--r-- | scripts/find-php-requires | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/find-php-provides b/scripts/find-php-provides index 369a67462..02e0c42e7 100644 --- a/scripts/find-php-provides +++ b/scripts/find-php-provides @@ -1,5 +1,4 @@ #!/bin/sh -ulimit -c 0 cd `rpm --eval %{_builddir}` filelist=`sed "s/['\"]/\\\&/g"` diff --git a/scripts/find-php-requires b/scripts/find-php-requires index 20c750252..9d081510b 100644 --- a/scripts/find-php-requires +++ b/scripts/find-php-requires @@ -1,5 +1,4 @@ #!/bin/sh -ulimit -c 0 cd `rpm --eval %{_builddir}` filelist=`sed "s/['\"]/\\\&/g"` |