projects
/
mdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b503b70
)
Fixed shebang of shell script
author
Frederic Massart
<fred@moodle.com>
Mon, 6 Aug 2012 08:33:08 +0000
(16:33 +0800)
committer
Frederic Massart
<fred@moodle.com>
Mon, 6 Aug 2012 08:33:08 +0000
(16:33 +0800)
moodle
patch
|
blob
|
history
diff --git
a/moodle
b/moodle
index
c1ca6fe
..
560e61c
100755
(executable)
--- a/
moodle
+++ b/
moodle
@@
-1,4
+1,4
@@
-#!/bin/sh
+#!/bin/
ba
sh
COMMAND="moodle-$1.py"
BIN=`which $COMMAND`