diff options
author | Benedikt Böhm <bb@xnull.de> | 2014-02-06 12:13:14 +0100 |
---|---|---|
committer | Benedikt Böhm <bb@xnull.de> | 2014-02-06 12:13:14 +0100 |
commit | d0e98e8853547a0b5bc308ebdbba2f2fa9e88aa3 (patch) | |
tree | 9832be2fc9088263c34a05ac4b0dc733d5cf504d | |
parent | Merge pull request #8 from raimue/portageq-portdir (diff) | |
download | porticron-d0e98e8853547a0b5bc308ebdbba2f2fa9e88aa3.tar.gz porticron-d0e98e8853547a0b5bc308ebdbba2f2fa9e88aa3.tar.bz2 porticron-d0e98e8853547a0b5bc308ebdbba2f2fa9e88aa3.zip |
fix signature seperator. fixes #7
-rwxr-xr-x | bin/porticron | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/porticron b/bin/porticron index 86a1f70..70600da 100755 --- a/bin/porticron +++ b/bin/porticron @@ -164,7 +164,7 @@ Date: ${DATE} porticron report [${DATE}] ======================================================================== ${GLSA_MSG} --- +-- ${SCRIPT_NAME} EOF fi @@ -243,6 +243,6 @@ Date: ${DATE} porticron report [${DATE}] ======================================================================== ${DIFF_MSG}${UPGRADE_MSG} --- +-- ${SCRIPT_NAME} EOF |