chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded1a45
)
Updated bat file generation to use backslashes
author
daid
<daid@daid.mine.nu>
Fri, 16 Dec 2011 17:43:13 +0000
(18:43 +0100)
committer
daid
<daid@daid.mine.nu>
Fri, 16 Dec 2011 17:43:13 +0000
(18:43 +0100)
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/build.sh
index 65772860380cf3f7eb0bd45a3a5335c551a4dcb5..1670568e54c0a8904979a68f778351498b5aac63 100755
(executable)
--- a/
build.sh
+++ b/
build.sh
@@
-45,7
+45,7
@@
for NR in `ls patches`; do
cd target/SF${NR}
patch -p 2 < ../../patches/${NR}
cd ../..
- echo "python
/python.exe SF${NR}/skeinforge_application/
skeinforge.py" > target/SF${NR}.bat
+ echo "python
\\python.exe SF${NR}\\skeinforge_application\\
skeinforge.py" > target/SF${NR}.bat
echo $NR
done