diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-04 15:59:29 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-04 15:59:29 +0100 |
commit | 29a347efa231fd58673177d27b210723f9dc2dc0 (patch) | |
tree | 6ce758284c9d0d619fe69eb8c3e3c87bdb7ba2ed | |
parent | e7f298184eadd3a8e253e82fd4ae06d025a03acc (diff) | |
download | bin-29a347efa231fd58673177d27b210723f9dc2dc0.zip bin-29a347efa231fd58673177d27b210723f9dc2dc0.tar.gz |
easy_e17.sh typo
-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 116fabe..d282bd8 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -132,7 +132,7 @@ function header () echo " Config files : $conf_files" echo " Logs path : $logs_path" echo - echo " efl e +" + echo " efl + e" if [ $git -eq 1 ]; then echo " Source url : $git_url" else |