projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f251a9
)
rimosso mkdir di ftok_path
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sat, 16 Feb 2008 13:14:04 +0000
(13:14 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sat, 16 Feb 2008 13:14:04 +0000
(13:14 +0000)
INSTALL.sh
patch
|
blob
|
history
diff --git
a/INSTALL.sh
b/INSTALL.sh
index
817da82
..
2cb853c
100755
(executable)
--- a/
INSTALL.sh
+++ b/
INSTALL.sh
@@
-125,9
+125,6
@@
if [ "$web_only" = "FALSE" ]; then
rm $ftok_path/spy.txt
# create the fs subtree to enable ftok-ing
- if [ ! -d ${ftok_path} ]; then
- mkdir ${ftok_path}
- fi
touch ${ftok_path}/main
chmod 666 ${ftok_path}/main
for i in `seq 1 100`; do