diff --git a/control b/control index e5a9994..e90d936 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ Package: egsl -Version: 0.0.14 +Version: 0.0.15 Section: custom Priority: optional Architecture: all diff --git a/usr/local/bin/gsl b/usr/local/bin/gsl index 753d5e4..c0bfcb0 100755 --- a/usr/local/bin/gsl +++ b/usr/local/bin/gsl @@ -1,5 +1,5 @@ #!/bin/bash -# Version: 0.0.14 +# Version: 0.0.15 # file: gsl # Folder: /usr/local/bin # By echolib diff --git a/var/lib/gsl/scripts/gsl__post_checkers b/var/lib/gsl/scripts/gsl__post_checkers index 2db73de..694a4e4 100644 --- a/var/lib/gsl/scripts/gsl__post_checkers +++ b/var/lib/gsl/scripts/gsl__post_checkers @@ -228,7 +228,8 @@ if (( "$gsl_count_links" > 0 ));then "${PWD}/$gsl_post" # Decomment below if you want the error link avoiding convertion #gsl_checker_err=true - return + gsl_checker_war=true + #return ;; esac @@ -244,7 +245,8 @@ else "$gsl_log_c_link" \ "Missing: _$gsl_post_hf_1" \ "${PWD}/$gsl_post" - gsl_checker_err=true + #gsl_checker_err=true + gsl_checker_war=true fi }