summaryrefslogtreecommitdiff
path: root/launch_here.rb
diff options
context:
space:
mode:
authordmitry kim <jason@nichego.net>2008-06-11 23:51:32 +0400
committerdmitry kim <jason@nichego.net>2008-06-11 23:53:34 +0400
commitf7c5aadba0ab9642f8ec9685b1a2a0c9fd6781d8 (patch)
tree5c08a035275514b03ca90305e4375e2c0795ea19 /launch_here.rb
parent4a7a600f1e026a8555db97d6a63e82a81b829779 (diff)
* launch_here.rb: patch $0 to make restart work
Diffstat (limited to 'launch_here.rb')
-rwxr-xr-xlaunch_here.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/launch_here.rb b/launch_here.rb
index 02ba7c8f..95d383ba 100755
--- a/launch_here.rb
+++ b/launch_here.rb
@@ -4,6 +4,7 @@
#
SCM_DIR = File.expand_path File.dirname(__FILE__)
+$0 = File.expand_path $0
Dir.chdir SCM_DIR