summaryrefslogtreecommitdiffstats
path: root/script/destroy
diff options
context:
space:
mode:
Diffstat (limited to 'script/destroy')
-rwxr-xr-xscript/destroy4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/destroy b/script/destroy
index fa0e6fcd0..88d295f7a 100755
--- a/script/destroy
+++ b/script/destroy
@@ -1,3 +1,3 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../config/boot'
-require 'commands/destroy' \ No newline at end of file
+require File.expand_path('../../config/boot', __FILE__)
+require 'commands/destroy'