diff options
author | Michael Schumacher <schumaml@gmx.de> | 2010-11-24 23:34:56 +0100 |
---|---|---|
committer | Michael Schumacher <schumaml@gmx.de> | 2010-11-24 23:34:56 +0100 |
commit | 700379f6733c9279592498b4a071c00da99715b2 (patch) | |
tree | a00bce939ab58e5021eda6ff0ae2109da775b6be /tools | |
parent | ad3666aad2abd05b1712cd1b9260d31e881042da (diff) |
Use #!/usr/bin/env ruby instead of #!/usr/bin/ruby
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gobj2dot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gobj2dot.rb b/tools/gobj2dot.rb index 7ee4eed0..d7792a72 100755 --- a/tools/gobj2dot.rb +++ b/tools/gobj2dot.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |