X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=functions.sh;h=d1a1e7cc9040ef33fdf9af7eee35c45ed7899fbb;hb=b0b75f0bad57bdababacdd7781ae3f2133f6dfb8;hp=520007eeed2477a1d85264711bbf2f4fe6af1ee5;hpb=7034f689abd0368dc6eaa1440773d8f79d8fe98e;p=carnet-tools-cn.git diff --git a/functions.sh b/functions.sh index 520007e..d1a1e7c 100644 --- a/functions.sh +++ b/functions.sh @@ -221,7 +221,7 @@ cp_check_and_sed() { fi ret=0 done - [ "$ret" -eq 2 -a "$grepret"] && ret=1 || true + [ "$ret" -eq 2 -a "$grepret" ] && ret=1 || true return $ret }