fix targt > target ; 0.0.8

This commit is contained in:
Cyrille L 2022-04-07 17:52:35 +02:00
parent 9b7f033e5b
commit 3510254c14
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Package: egsl Package: egsl
Version: 0.0.7 Version: 0.0.8
Section: custom Section: custom
Priority: optional Priority: optional
Architecture: all Architecture: all

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Version: 0.0.7 # Version: 0.0.8
# file: gsl # file: gsl
# Folder: /usr/local/bin # Folder: /usr/local/bin
# By echolib # By echolib

View File

@ -271,7 +271,7 @@ echo -ne "\r\033[2K: Converting Links... $gsl_post_hf_1"
gsl_html_link_t=` gsl_html_link_t=`
printf '%s%s%s%s' \ printf '%s%s%s%s' \
"<a href=\"$gsl_post_hf_2\"$gsl_html_link_title " \ "<a href=\"$gsl_post_hf_2\"$gsl_html_link_title " \
"targt=\"blank\">" \ "target=\"blank\">" \
"$gsl_post_hf_1" \ "$gsl_post_hf_1" \
"</a>"` "</a>"`
sed -i "s|_${gsl_post_hf_1_t}|$gsl_html_link_t|g" "$gsl_tmp_post" sed -i "s|_${gsl_post_hf_1_t}|$gsl_html_link_t|g" "$gsl_tmp_post"