diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-19 08:35:45 +0200 |
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-19 08:35:45 +0200 |
| commit | e4e696b12ccc6815e3bf9550bd7ff98682f090e2 (patch) | |
| tree | bfd1db17e8b624feb8345ebf66d7cae2839cdfbe | |
| parent | 59e6f0fe229f1f2f9e294c5fcd9dbb797fc16958 (diff) | |
| download | bin-e4e696b12ccc6815e3bf9550bd7ff98682f090e2.zip bin-e4e696b12ccc6815e3bf9550bd7ff98682f090e2.tar.gz | |
run_command has unused argument
| -rwxr-xr-x | easy_e17.sh | 2 |
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 |
