From e6e38a8d1765bbb405d6963f5814ac95b1c89668 Mon Sep 17 00:00:00 2001 From: RishabhDeep Singh Date: Tue, 9 May 2023 02:50:14 +0530 Subject: [PATCH] Add #!/usr/bin/bash to release.sh (#7942) --- scripts/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.sh b/scripts/release.sh index 1450cc91f..b97a98ba4 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