diff options
author | Kim Alvefur <zash@zash.se> | 2023-07-16 20:29:06 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-07-16 20:29:06 +0200 |
commit | 5b7a569fe072fbae5dd1f951fdad3a5c7d273e36 (patch) | |
tree | 06eaff306a1c7a5ae9ca5c39154172ec83cbedd6 /tools/mod2spec.sh | |
parent | bb760b136300b4fa5a2829a42f7c0d869e36ec2f (diff) | |
download | prosody-5b7a569fe072fbae5dd1f951fdad3a5c7d273e36.tar.gz prosody-5b7a569fe072fbae5dd1f951fdad3a5c7d273e36.zip |
tools: Fix file ending of mod2spec.sh (thanks buildbot)
Accidentally .lua ?
Diffstat (limited to 'tools/mod2spec.sh')
-rwxr-xr-x | tools/mod2spec.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/mod2spec.sh b/tools/mod2spec.sh new file mode 100755 index 00000000..74b3021b --- /dev/null +++ b/tools/mod2spec.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -eu + +echo "spec/${1//./_}_spec.lua" |