summaryrefslogtreecommitdiffstats
path: root/easy_e17.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-10-19 08:35:45 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-10-19 08:35:45 +0200
commite4e696b12ccc6815e3bf9550bd7ff98682f090e2 (patch)
treebfd1db17e8b624feb8345ebf66d7cae2839cdfbe /easy_e17.sh
parent59e6f0fe229f1f2f9e294c5fcd9dbb797fc16958 (diff)
downloadbin-e4e696b12ccc6815e3bf9550bd7ff98682f090e2.zip
bin-e4e696b12ccc6815e3bf9550bd7ff98682f090e2.tar.gz
run_command has unused argument
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-xeasy_e17.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/easy_e17.sh b/easy_e17.sh
index 6c54156..71537c1 100755
--- a/easy_e17.sh
+++ b/easy_e17.sh
@@ -889,7 +889,7 @@ function logfile_banner ()
function run_command ()
{
name=$1
- path=$2
+ path=$2 # TODO : NOT USED
title=$3
log_title=$4
mode_needed=$5