~alias/polybase-devel

Path was wrong + newline >:c + EH OH v3 PROPOSED

Luc-Saccoccio: 1
 Path was wrong + newline >:c + EH OH

 3 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~alias/polybase-devel/patches/43159/mbox | git am -3
Learn more about email & git

[PATCH v3] Path was wrong + newline >:c + EH OH Export this patch

BON ÇA VAS LÀ ?

Signed-off-by: Luc-Saccoccio <lucsaccoccio@disroot.org>
---
 polybase            | 2 +-
 polybase_add_course | 2 +-
 polybase_add_user   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/polybase b/polybase
index ebd06c8..d2e1d47 100755
--- a/polybase
+++ b/polybase
@@ -1,5 +1,5 @@

#!/bin/sh

MAINTAINER_EMAIL="Allen Sobot <chilledfrogs@disroot.org>"
DB=${DB=/polybase.db}
HEADER="# ALIAS Polybase"
diff --git a/polybase_add_course b/polybase_add_course
index bd4397d..29f35d0 100755
--- a/polybase_add_course
+++ b/polybase_add_course
@@ -1,6 +1,6 @@
#!/bin/sh

DB=./polybase.db
DB=${DB=/var/gemini/polybase.db}

die() {
	echo "$*" >&2
diff --git a/polybase_add_user b/polybase_add_user
index bcdedfa..bea67d9 100755
--- a/polybase_add_user
+++ b/polybase_add_user
@@ -1,6 +1,6 @@
#!/bin/sh

DB=./polybase.db
DB=${DB=/var/gemini/polybase.db}

die() {
	echo "$*" >&2
--
2.38.1
Thanks :) applied

To git@git.sr.ht:~chilledfrogs/polybase
   a4c7767..  master -> master