]> granicus.if.org Git - graphviz/commitdiff
fix lost execute perms after sed
authorJohn Ellson <ellson@research.att.com>
Mon, 7 Oct 2013 21:43:17 +0000 (17:43 -0400)
committerJohn Ellson <ellson@research.att.com>
Mon, 7 Oct 2013 21:43:17 +0000 (17:43 -0400)
set_dev_version.sh

index e662624ab5e8500c892257e95e5426d1eab5f4a1..0115dc2a985727a68cd10e3100c4713ab34bc526 100755 (executable)
@@ -40,15 +40,4 @@ VERSION_DATE=$DATE
 sed "s/VERSION_DATE=.*/VERSION_DATE=$VERSION_DATE/" <autogen.sh >t$$
 mv t$$ autogen.sh
 
-
-
-
-
-
-
-
-
-
-
-
-
+chmod +x autogen.sh