linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
0001-make-genhash-script-posix-compliant.patch
(652B)
1 From 21ff488e1c070de6e25d4eba8c4a547eacf6f2ff Mon Sep 17 00:00:00 2001
2 From: Jul <jul@qh.is>
3 Date: Thu, 28 Aug 2025 01:55:04 +0800
4 Subject: [PATCH] make genhash script posix compliant
5
6 ---
7 lib/libterminfo/genhash | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/lib/libterminfo/genhash b/lib/libterminfo/genhash
11 index b52fd9b..3465c17 100755
12 --- a/lib/libterminfo/genhash
13 +++ b/lib/libterminfo/genhash
14 @@ -41,7 +41,7 @@ TERMH=${1:-term.h}
15
16 genent()
17 {
18 - local name=$1 NAME=$2 len=
19 + name=$1 NAME=$2 len=
20
21 # Calculate the maximum word length plus terminator
22 len=$($TOOL_SED -e "1,/enum TI${NAME}/d" -e '/};/,$d' \
23 --
24 2.50.1
25