Fixed shebang of shell script
authorFrederic Massart <fred@moodle.com>
Mon, 6 Aug 2012 08:33:08 +0000 (16:33 +0800)
committerFrederic Massart <fred@moodle.com>
Mon, 6 Aug 2012 08:33:08 +0000 (16:33 +0800)
moodle

diff --git a/moodle b/moodle
index c1ca6fe..560e61c 100755 (executable)
--- a/moodle
+++ b/moodle
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 COMMAND="moodle-$1.py"
 BIN=`which $COMMAND`