Comparison

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
comparison
equal deleted inserted replaced
13253:68d540df46b8 13255:df96af198222
1 #!/bin/sh 1 #!/bin/bash
2 set -eu 2 set -eu
3 3
4 echo "spec/${1//./_}_spec.lua" 4 echo "spec/${1//./_}_spec.lua"