From 3510254c14a1b6e1cdfbb791d455987d698251f1 Mon Sep 17 00:00:00 2001 From: Cyrille L Date: Thu, 7 Apr 2022 17:52:35 +0200 Subject: [PATCH] fix targt > target ; 0.0.8 --- control | 2 +- usr/local/bin/gsl | 2 +- var/lib/gsl/scripts/gsl__post_makers | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/control b/control index 0e88048..49da1eb 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ Package: egsl -Version: 0.0.7 +Version: 0.0.8 Section: custom Priority: optional Architecture: all diff --git a/usr/local/bin/gsl b/usr/local/bin/gsl index d48e807..69edf91 100755 --- a/usr/local/bin/gsl +++ b/usr/local/bin/gsl @@ -1,5 +1,5 @@ #!/bin/bash -# Version: 0.0.7 +# Version: 0.0.8 # file: gsl # Folder: /usr/local/bin # By echolib diff --git a/var/lib/gsl/scripts/gsl__post_makers b/var/lib/gsl/scripts/gsl__post_makers index a2351b6..962c4c4 100644 --- a/var/lib/gsl/scripts/gsl__post_makers +++ b/var/lib/gsl/scripts/gsl__post_makers @@ -271,7 +271,7 @@ echo -ne "\r\033[2K: Converting Links... $gsl_post_hf_1" gsl_html_link_t=` printf '%s%s%s%s' \ "" \ + "target=\"blank\">" \ "$gsl_post_hf_1" \ ""` sed -i "s|_${gsl_post_hf_1_t}|$gsl_html_link_t|g" "$gsl_tmp_post"