summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2022-02-05 18:40:09 +0200
committerGitHub <noreply@github.com>2022-02-05 18:40:09 +0200
commitc42b1633321563da3143638e9d9f2fa470f11b2d (patch)
treea2192604f950cc95fdabb4ab460edbffe11bf131 /utils
parent5b17909c4f69830e93a569b6e4994c9775657e35 (diff)
downloadredis-c42b1633321563da3143638e9d9f2fa470f11b2d.tar.gz
fix file permissions for scripts in utils folder (#10241)
make sure the scripts are executable
Diffstat (limited to 'utils')
-rwxr-xr-x[-rw-r--r--]utils/generate-command-help.rb0
-rwxr-xr-x[-rw-r--r--]utils/generate-module-api-doc.rb2
2 files changed, 2 insertions, 0 deletions
diff --git a/utils/generate-command-help.rb b/utils/generate-command-help.rb
index 482a3b9f8..482a3b9f8 100644..100755
--- a/utils/generate-command-help.rb
+++ b/utils/generate-command-help.rb
diff --git a/utils/generate-module-api-doc.rb b/utils/generate-module-api-doc.rb
index 8a16751b9..c6872e903 100644..100755
--- a/utils/generate-module-api-doc.rb
+++ b/utils/generate-module-api-doc.rb
@@ -1,3 +1,5 @@
+#!/usr/bin/env ruby
+
# coding: utf-8
# gendoc.rb -- Converts the top-comments inside module.c to modules API
# reference documentation in markdown format.