diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rotate_archives.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rotate_archives.sh b/etc/rotate_archives.sh index 546fdf0b..f0bbe100 100755 --- a/etc/rotate_archives.sh +++ b/etc/rotate_archives.sh @@ -54,4 +54,4 @@ rotate_builds() { set -o errexit -o noglob; rotate_builds "${1}" "${2:-3}"; -# vim:noexpandtab sw=8 ts=8 +# vim:noexpandtab sw=8 ts=8 |