diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-02-09 12:00:52 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-02-09 12:00:52 +0000 |
commit | 0dd757920977efb2456287e8d7920b3822c5bbe4 (patch) | |
tree | 2de43f02a7adf2cde27a75528b780bbad6998d32 /sysutils/boxbackup-devel | |
parent | 3bd68caae6f1f5f5a640f544bb3bc8bb194a055c (diff) | |
download | ports-0dd757920977efb2456287e8d7920b3822c5bbe4.tar.gz ports-0dd757920977efb2456287e8d7920b3822c5bbe4.zip |
Notes
Diffstat (limited to 'sysutils/boxbackup-devel')
-rw-r--r-- | sysutils/boxbackup-devel/files/999.boxbackup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/boxbackup-devel/files/999.boxbackup.in b/sysutils/boxbackup-devel/files/999.boxbackup.in index 989d62d6b3e2..e620fa306ca9 100644 --- a/sysutils/boxbackup-devel/files/999.boxbackup.in +++ b/sysutils/boxbackup-devel/files/999.boxbackup.in @@ -49,7 +49,7 @@ case "$monthly_boxbackup_compare_enable" in # Return codes: # 1 Comparison was exact # 2 Differences were found - # 3 An error occured + # 3 An error occurred if [ $? -eq 2 ]; then echo echo "Differences were found. Please check the output." |