projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
712bcb0
)
indice dei touch per ftok corretto da 1-100 a 0-99
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 24 Feb 2008 12:04:12 +0000
(12:04 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 24 Feb 2008 12:04:12 +0000
(12:04 +0000)
INSTALL.sh
patch
|
blob
|
history
diff --git
a/INSTALL.sh
b/INSTALL.sh
index
2cb853c
..
c023612
100755
(executable)
--- a/
INSTALL.sh
+++ b/
INSTALL.sh
@@
-127,7
+127,7
@@
if [ "$web_only" = "FALSE" ]; then
# create the fs subtree to enable ftok-ing
touch ${ftok_path}/main
chmod 666 ${ftok_path}/main
- for i in `seq
1 100
`; do
+ for i in `seq
0 99
`; do
touch ${ftok_path}/table$i
chmod 666 ${ftok_path}/table$i
done