diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-11 01:24:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-11 01:24:13 -0400 |
commit | 7dcceb885e4b31a884767bc5c1c5681da5ffdd07 (patch) | |
tree | fbb49a380ccccd025ea81d24ee4f0135d752fc44 /debian | |
parent | 3ea1710dcc4b90ee288a61c1f36f2e9cea5dbf19 (diff) |
Remove bogus runshell loop check.
git-annex.linux/git-annex can legitimately try to run itself -- this
happens when the programfile is used. So this check was bogus.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8742d248f..dd02231ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ git-annex (4.20131003) UNRELEASED; urgency=low appends stuff to it to make a temporary filename. Closes: #725512 * status: Fix space leak in local mode, introduced in version 4.20130920. * import: Skip .git directories. + * Remove bogus runshell loop check. -- Joey Hess <joeyh@debian.org> Thu, 03 Oct 2013 15:41:24 -0400 |