firmware: don't use -a anymore in this fetch to match bogons

This commit is contained in:
Franco Fichtner 2017-08-04 07:34:47 +02:00
parent bbf90d346c
commit 3db99fddd0

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2016 Franco Fichtner <franco@opnsense.org>
# Copyright (c) 2016-2017 Franco Fichtner <franco@opnsense.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -29,7 +29,7 @@ set -e
DESTDIR="/usr/local/opnsense/changelog"
WORKDIR="/tmp/changelog"
FETCH="fetch -aqT 5"
FETCH="fetch -qT 5"
changelog_remove()
{