aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mod2spec.sh
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-07-16 20:29:06 +0200
committerKim Alvefur <zash@zash.se>2023-07-16 20:29:06 +0200
commit5b7a569fe072fbae5dd1f951fdad3a5c7d273e36 (patch)
tree06eaff306a1c7a5ae9ca5c39154172ec83cbedd6 /tools/mod2spec.sh
parentbb760b136300b4fa5a2829a42f7c0d869e36ec2f (diff)
downloadprosody-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-xtools/mod2spec.sh4
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"