# HG changeset patch # User Chris Cannam # Date 1452621348 0 # Node ID 36dddb6755f62c51d4000d20337e78b733b43ae0 # Parent 7d825cbd76c8ac71650f666cb2b2924fbc6d1a00 Need -f in case no authormaps exist yet diff -r 7d825cbd76c8 -r 36dddb6755f6 extra/soundsoftware/export-git.sh --- a/extra/soundsoftware/export-git.sh Tue Jan 12 17:22:27 2016 +0000 +++ b/extra/soundsoftware/export-git.sh Tue Jan 12 17:55:48 2016 +0000 @@ -59,7 +59,7 @@ # Delete any existing authormap files, because we want to ensure we # don't have an authormap for any project that was exportable but has # become non-exportable (e.g. has gone private) -rm "$authordir/*" +rm -f "$authordir/*" "$rails" runner -e "$environment" "$progdir/create-repo-authormaps.rb" \ -s "$hgdir" -o "$authordir"