summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRishabhDeep Singh <rishabhdeepsingh98@gmail.com>2023-05-09 02:50:14 +0530
committerGitHub <noreply@github.com>2023-05-08 14:20:14 -0700
commite6e38a8d1765bbb405d6963f5814ac95b1c89668 (patch)
tree757cde12b97f5b6e3df414735707d0c89cfd1460
parentd9f2cc2d623d33acef9808e7f1af357fb8833684 (diff)
downloadflatbuffers-e6e38a8d1765bbb405d6963f5814ac95b1c89668.tar.gz
flatbuffers-e6e38a8d1765bbb405d6963f5814ac95b1c89668.tar.bz2
flatbuffers-e6e38a8d1765bbb405d6963f5814ac95b1c89668.zip
Add #!/usr/bin/bash to release.sh (#7942)
-rwxr-xr-xscripts/release.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index 1450cc91..b97a98ba 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -1,3 +1,4 @@
+#!/usr/bin/bash
printf -v year '%(%y)T' -1
printf -v month '%(%-m)T' -1