Diff

tools/mod2spec.sh @ 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
parent 13200:150e3bbec1bd
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"