# HG changeset patch # User Kim Alvefur # Date 1693055458 -7200 # Node ID df96af19822290cd2631e27801376248d5a45718 # Parent 68d540df46b87711e367c8531d5d2da2198f520d tools: Reflect bash-ness of mod2spec in shebang Non-portable substitution syntax? Oh well. diff -r 68d540df46b8 -r df96af198222 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"