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:
Andrea Postiglione
2020-08-13 15:17:22 +02:00
parent def2c0c60e
commit 60704677d2
14 changed files with 557 additions and 0 deletions

View 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