Test contre le test de lien
This commit is contained in:
parent
783a04b817
commit
25eaee1c87
2
control
2
control
|
@ -1,5 +1,5 @@
|
|||
Package: egsl
|
||||
Version: 0.0.14
|
||||
Version: 0.0.15
|
||||
Section: custom
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# Version: 0.0.14
|
||||
# Version: 0.0.15
|
||||
# file: gsl
|
||||
# Folder: /usr/local/bin
|
||||
# By echolib
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue