no need of ';' avec return 0

This commit is contained in:
Gregory Colpart 2017-09-14 01:09:13 +02:00
parent 69a61bcc51
commit 80a2d4a2b6

View file

@ -116,7 +116,7 @@ is_installed(){
}
is_debianversion(){
[ $(lsb_release -c -s) = $1 ] && return 0;
[ $(lsb_release -c -s) = $1 ] && return 0
}
#-----------------------------------------------------------