File: examples.mtr.patch

package info (click to toggle)
ejabberd 24.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,736 kB
  • sloc: erlang: 111,927; sh: 4,004; sql: 3,551; perl: 832; makefile: 542; python: 48; javascript: 34
file content (14 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Gerfried Fuchs <rhonda@debian.at>	vim:ft=diff:
Description: Fix syntax problems with the example scripts
Forwarded: not-needed

Index: ejabberd/tools/captcha.sh
===================================================================
--- ejabberd.orig/tools/captcha.sh
+++ ejabberd/tools/captcha.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # This script is an example captcha script.
 # It takes the text to recognize in the captcha image as a parameter.