Skip to content

Commit 6eb0436

Browse files
committed
Adding hashbang to gitversion Ruby executable
1 parent bb3e35a commit 6eb0436

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
#! ruby
2+
13
result = system(File.dirname(__FILE__) + "/GitVersion.exe " + ARGV.join(' '))
2-
exit 1 unless result
4+
exit 1 unless result

0 commit comments

Comments
 (0)