Skip to content
Snippets Groups Projects
Commit 46000c03 authored by rhatto's avatar rhatto Committed by intrigeri
Browse files

Make numericids defaults to null (fixes #3691)

parent f351306d
Branches
Tags
No related merge requests found
version 1.0 -- UNRELEASED
handler changes
rysnc:
. Fix numericids option (Redmine#3691).
dup:
. Make the .dup generated by ninjahelper more consistent with
example.dup.
......
......@@ -887,7 +887,7 @@ function set_filelist {
function set_rsync_options {
if [ ! -z "$numericids" ]; then
if [ "$numericids" != "0" ]; then
rsync_options="$rsync_options --numeric-ids"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment