Commit 3da782bf60e7496c58f7826ca79c9b45ba779884
- Date: Mon Jan 22 20:33:44 +0000 2007
- Committer: fbos (fbos@d6c2ea82-c31b-0410-8381-e9c44f9824c5)
- Author: fbos (fbos@d6c2ea82-c31b-0410-8381-e9c44f9824c5)
- Commit SHA1: 3da782bf60e7496c58f7826ca79c9b45ba779884
- Tree SHA1: d8000a01486de145239c5c48c29225f0f1abce90
Enhanced piston.bat to use the real launch point of Piston.
git-svn-id: svn+ssh://rubyforge.org/var/svn/piston/trunk@71 d6c2ea82-c31b-0410-8381-e9c44f9824c5
Commit diff
| |   |
| 1 | | @ruby -Ilib -rlib\piston.rb lib\piston\ui\command_line.rb %* |
| 1 | @ruby -Ilib bin\piston %* |
| toggle raw diff |
--- a/piston.bat
+++ b/piston.bat
@@ -1 +1 @@
-@ruby -Ilib -rlib\piston.rb lib\piston\ui\command_line.rb %*
+@ruby -Ilib bin\piston %* |