Test contre le test de lien

This commit is contained in:
Adrien Bourmault 2022-04-12 01:14:42 +02:00
parent 783a04b817
commit 25eaee1c87
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Package: egsl Package: egsl
Version: 0.0.14 Version: 0.0.15
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.14 # Version: 0.0.15
# file: gsl # file: gsl
# Folder: /usr/local/bin # Folder: /usr/local/bin
# By echolib # By echolib

View File

@ -228,7 +228,8 @@ if (( "$gsl_count_links" > 0 ));then
"${PWD}/$gsl_post" "${PWD}/$gsl_post"
# Decomment below if you want the error link avoiding convertion # Decomment below if you want the error link avoiding convertion
#gsl_checker_err=true #gsl_checker_err=true
return gsl_checker_war=true
#return
;; ;;
esac esac
@ -244,7 +245,8 @@ else
"$gsl_log_c_link" \ "$gsl_log_c_link" \
"Missing: _$gsl_post_hf_1" \ "Missing: _$gsl_post_hf_1" \
"${PWD}/$gsl_post" "${PWD}/$gsl_post"
gsl_checker_err=true #gsl_checker_err=true
gsl_checker_war=true
fi fi
} }