-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: uritools
action: commit
revision:
path_from:
revision_from: 518adf35c974a83e1e5ad2e2ddf08c02c9f88360:
path_to:
revision_to:

git.thebackupbox.net

uritools

git://git.thebackupbox.net/uritools

commit 518adf35c974a83e1e5ad2e2ddf08c02c9f88360
Author: epoch <epoch@enzo.thebackupbox.net>
Date:   Sun Nov 14 04:33:36 2021 +0000

    sqesc is now being used in uristart

diff --git a/uristart b/uristart

index 51b54da64ccb8db16a27bc3f5c2ca94065029b5a..

index ..50ee573ea47af99ed52bad4c449566d1e76d7691 100755

--- a/uristart
+++ b/uristart
@@ -117,7 +117,7 @@ fi
 ### do the magic
 if [ "$check" = "check" ];then
   ## might put an extra check in here to output to not-terminal if no terminal exists
-  printf "%s\n" "$(printf "%s\n" "$uri" | sed 's/'\''/'\''\\'\'''\''/g' | uriprintf "$line")"
+  printf "%s\n" "$(sqesc "$uri" | uriprintf "$line")"
 else
-  eval "$(printf "%s\n" "$uri" | sed 's/'\''/'\''\\'\'''\''/g' | uriprintf "$line")"
+  eval "$(sqesc "$uri" | uriprintf "$line")"
 fi

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 15:46:15 2024