summaryrefslogtreecommitdiff
path: root/packages/frr
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frr')
-rwxr-xr-xpackages/frr/build-frr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frr/build-frr.sh b/packages/frr/build-frr.sh
index d6ea62b..bcf26eb 100755
--- a/packages/frr/build-frr.sh
+++ b/packages/frr/build-frr.sh
@@ -25,7 +25,7 @@ if [ -d $PATCH_DIR ]; then
# user.email variables as these is not set in the build container by default.
OPTS="-c user.name=VyOS-CI -c user.email=maintainers@vyos.io"
fi
- git $OPTS am ${PATCH_DIR}/${patch}
+ git $OPTS am --committer-date-is-author-date ${PATCH_DIR}/${patch}
done
fi