From 4ecc7edab772a3ce85ec3f461e56929d880c7584 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 8 Jun 2020 00:41:52 -0500 Subject: Fix regression with BOLLUX_URL not being set --- bollux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bollux b/bollux index 4261d36..c1319b2 100755 --- a/bollux +++ b/bollux @@ -389,6 +389,7 @@ gemini_response() { # gemini_response URL case "$code" in 1*) # input REDIRECTS=0 + BOLLUX_URL="$url" case "$code" in 10) run prompt "$meta" ;; 11) run prompt "$meta" -s ;; # password input @@ -397,6 +398,7 @@ gemini_response() { # gemini_response URL ;; 2*) # OK REDIRECTS=0 + BOLLUX_URL="$url" # read ahead to find a title local pretitle while read -r; do -- cgit 1.4.1-21-gabe81