Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 08:05:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 212556] sysutils/tarsnap-periodic: Fix tarsnap-backup script
Message-ID:  <bug-212556-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212556

            Bug ID: 212556
           Summary: sysutils/tarsnap-periodic: Fix tarsnap-backup script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jlduran@gmail.com
                CC: kamila@ksp.sk
             Flags: maintainer-feedback?(kamila@ksp.sk)
                CC: kamila@ksp.sk

Created attachment 174614
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174614&action=
=3Dedit
PATCH tarsnap-backup script

Pull Request submitted upstream:

https://github.com/AnotherKamila/tarsnap-periodic/pull/1

- Fix if [ -n something_wrong ];
- Apply ShellCheck recommendations:
  - Double quote variables to prevent globbing and word splitting
  - Use $(..) instead of legacy `..`
  - expr is antiquated. Rewrite using $((..))

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212556-13>