From 8ab9be56ab23e5926661832876f29765264ec740 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Mon, 6 Aug 2012 16:33:08 +0800 Subject: [PATCH] Fixed shebang of shell script --- moodle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moodle b/moodle index c1ca6fe..560e61c 100755 --- a/moodle +++ b/moodle @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash COMMAND="moodle-$1.py" BIN=`which $COMMAND` -- 2.11.0