mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
Add nss-tls-1.0 and gfs2-utils-3.2.0 ebuilds
Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
This commit is contained in:
14
sys-fs/gfs2-utils/files/bashism.patch
Normal file
14
sys-fs/gfs2-utils/files/bashism.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
Description: Fix bashism in test script
|
||||
Author: Valentin Vidic <Valentin.Vidic@CARNet.hr>
|
||||
Last-Update: 2018-05-30
|
||||
---
|
||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
||||
--- a/tests/rgrifieldscheck.sh
|
||||
+++ b/tests/rgrifieldscheck.sh
|
||||
@@ -16,5 +16,5 @@
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- test $field = ri_bitbytes && let i++
|
||||
+ test $field = ri_bitbytes && i=$((i+1))
|
||||
done
|
||||
Reference in New Issue
Block a user