projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0d3722
)
Silence file exists errors from symlink()
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 12 Aug 2010 19:53:39 +0000
(13:53 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 14 Aug 2010 20:55:46 +0000
(14:55 -0600)
framework/bin/install_dev
patch
|
blob
|
history
diff --git
a/framework/bin/install_dev
b/framework/bin/install_dev
index
f5728a8
..
555b337
100755
(executable)
--- a/
framework/bin/install_dev
+++ b/
framework/bin/install_dev
@@
-74,7
+74,7
@@
while ($it->valid()) {
if ($debug) {
print "LINKING FILE: " . $web_dir . "/" . $it->getSubPathName() . "\n";
}
- symlink($it->key(), $web_dir . '/' . $it->getSubPathName());
+
@
symlink($it->key(), $web_dir . '/' . $it->getSubPathName());
}
}
$it->next();