diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-02-03 23:37:45 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-02-03 23:37:45 (GMT) |
commit | b70f428256963385a140e9eb503624106df5aa9b (patch) | |
tree | e4c8ea40d7b921cf9a2b36142a46041164e99263 | |
parent | 425860b441b21e4aca7bf2473be26b0fe1e756e2 (diff) |
Set an executable permission on the shell script.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@466 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x[-rw-r--r--] | tools/d2c/d2c_genmakefile.sh | 0 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 15-02-04 Cyrille Bagard <nocbos@gmail.com> + * tools/d2c/d2c_genmakefile.sh: + Set an executable permission on the shell script. + +15-02-04 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/binary.c: * src/analysis/binary.h: * src/analysis/binary-int.h: diff --git a/tools/d2c/d2c_genmakefile.sh b/tools/d2c/d2c_genmakefile.sh index bd5c379..bd5c379 100644..100755 --- a/tools/d2c/d2c_genmakefile.sh +++ b/tools/d2c/d2c_genmakefile.sh |