From e5e777694d9c72539feffd49bd5a4573c26e9750 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 17 Nov 2009 15:49:05 +0000 Subject: Explain that the example captcha.sh requires Bash because uses RANDOM feature. SVN Revision: 2745 --- tools/captcha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/captcha.sh b/tools/captcha.sh index 4d405673a..d68edfa03 100755 --- a/tools/captcha.sh +++ b/tools/captcha.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash INPUT=$1 -- cgit v1.2.3