projects
/
treecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e2f659
)
Added missing ) to ssh_cmd call
author
Fredrik Unger
<fred@tree.se>
Mon, 6 Feb 2012 21:22:16 +0000
(22:22 +0100)
committer
Fredrik Unger
<fred@tree.se>
Mon, 6 Feb 2012 21:22:16 +0000
(22:22 +0100)
src/tree-cutter.py
patch
|
blob
|
history
diff --git
a/src/tree-cutter.py
b/src/tree-cutter.py
index 4b28acba0ddbe34e067edd1b139951edf259ceb0..ae7c2cb73e2e2f39f3eb6cbce5fb03602cd7f09f 100755
(executable)
--- a/
src/tree-cutter.py
+++ b/
src/tree-cutter.py
@@
-420,7
+420,7
@@
class Sitemap():
for res in ["css","images","js","favicon.ico"]:
if (os.path.exists(args.style+res)):
publish(args.style+res, args.output)
- ssh_cmd(args.output,"chmod a+rx"
+ ssh_cmd(args.output,"chmod a+rx"
)
ts = time.time()
dir_ = Directory()