summarylogtreecommitdiffstats
path: root/bipscript-ide-v0.7.patch
blob: 3065ee2fc6428c291c9d610fbf7f733dc71082ce (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./bipscript-ide-0.7/version.sh	2019-04-24 09:56:03.000000000 -0700
+++ ../bipscript-ide/version.sh	2019-04-24 16:11:58.923333312 -0700
@@ -4,7 +4,7 @@
 
 version = `git describe --tags`.chomp
 if version.empty? then
-	version = `cat version`.chomp 
+	version = ARGV[0]
 end
 
 template = "#ifndef VERSION_H