tools: Reflect bash-ness of mod2spec in shebang
authorKim Alvefur <zash@zash.se>
Sat, 26 Aug 2023 15:10:58 +0200
changeset 13259 df96af198222
parent 13257 68d540df46b8
child 13260 53708752cc5d
tools: Reflect bash-ness of mod2spec in shebang Non-portable substitution syntax? Oh well.
tools/mod2spec.sh
--- a/tools/mod2spec.sh	Sat Aug 05 20:41:24 2023 +0200
+++ b/tools/mod2spec.sh	Sat Aug 26 15:10:58 2023 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -eu
 
 echo "spec/${1//./_}_spec.lua"