Changeset

13255:df96af198222

tools: Reflect bash-ness of mod2spec in shebang Non-portable substitution syntax? Oh well.
author Kim Alvefur <zash@zash.se>
date Sat, 26 Aug 2023 15:10:58 +0200
parents 13253:68d540df46b8
children 13256:53708752cc5d
files tools/mod2spec.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"