From: John Ellson Date: Mon, 7 Oct 2013 21:43:17 +0000 (-0400) Subject: fix lost execute perms after sed X-Git-Tag: LAST_LIBGRAPH~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbf78d59710222bc814eadf062e9212b7d27b372;p=graphviz fix lost execute perms after sed --- diff --git a/set_dev_version.sh b/set_dev_version.sh index e662624ab..0115dc2a9 100755 --- a/set_dev_version.sh +++ b/set_dev_version.sh @@ -40,15 +40,4 @@ VERSION_DATE=$DATE sed "s/VERSION_DATE=.*/VERSION_DATE=$VERSION_DATE/" t$$ mv t$$ autogen.sh - - - - - - - - - - - - +chmod +x autogen.sh