-- Leo's gemini proxy

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

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: hackvr
action: commit
revision:
path_from:
revision_from: 8d163157e6f359c355113945a454548f21bbb8d9:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit 8d163157e6f359c355113945a454548f21bbb8d9
Author: epoch <epoch@hacking.allowed.org>
Date:   Tue Dec 19 04:09:02 2017 -0600

    fixed a bug of not using -r in makelabel.sh

diff --git a/makelabel.sh b/makelabel.sh

index 123f3a450dff86a9f9cf13b1a9f4d3db20f4ba84..

index ..dbc984efa97bfe73efdc48eabdc8dad9f0a53ee5 100755

--- a/makelabel.sh
+++ b/makelabel.sh
@@ -3,7 +3,7 @@ target="$1"
 xoffset=$2
 yoffset=$3
 zoffset=$4
-while read -N 1 c;do
+while read -rN 1 c;do
  name="$(printf "%02x" "'$c")"
  if [ "$name" = "0a" ]; then
   xoffset=-6

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

-- Response ended

-- Page fetched on Sun Jun 2 15:18:17 2024