projects
/
carnet-tools-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7034f68
)
r69: jos ispravak u cp_check_and_sed
author
Ivan Rako
<Ivan.Rako@CARNet.hr>
Mon, 6 Jun 2005 12:26:13 +0000
(12:26 +0000)
committer
Ivan Rako
<Ivan.Rako@CARNet.hr>
Mon, 6 Jun 2005 12:26:13 +0000
(12:26 +0000)
functions.sh
patch
|
blob
|
history
diff --git
a/functions.sh
b/functions.sh
index
520007e
..
d1a1e7c
100644
(file)
--- 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
}