diff options
| author | intrigeri <intrigeri@boum.org> | 2011-09-20 22:35:23 +0200 |
|---|---|---|
| committer | intrigeri <intrigeri@boum.org> | 2011-09-20 22:36:04 +0200 |
| commit | 65ff22247ef1011a55ed8181440be69e4728e9d9 (patch) | |
| tree | 47dfcba0961a4a98947674b7a4f1fb05e2f16864 | |
| parent | 3b5297425bbc2bf4acacb6f4b2b7d83b5cdf23c2 (diff) | |
| download | backupninja-65ff22247ef1011a55ed8181440be69e4728e9d9.tar.gz backupninja-65ff22247ef1011a55ed8181440be69e4728e9d9.tar.bz2 | |
Remove useless and inconsistent executable bit on sys handler.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | handlers/sys.in | 0 |
2 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ version 0.9.10 -- UNRELEASED sh: . Allow 'when = XXX' with spaces (Redmine#2769). Thanks to aihtdikh for the patch. + sys: + . Remove useless and inconsistent executable bit on handler. helper changes rdiff: . Fix infinite loop when version inconsistency is detected. diff --git a/handlers/sys.in b/handlers/sys.in index 74133a3..74133a3 100755..100644 --- a/handlers/sys.in +++ b/handlers/sys.in |
