X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=config%2Fsrclist-update;h=cf36d5dde6f6952dfae713a7966eaf281038c8b6;hb=657ac7f62ef120f0111343f2943e94fe81f1465d;hp=3355fcb0b47d82c3080eeca62705a4432c8ec169;hpb=270e36a5c54af809697c22ba017bc07adea248f0;p=gnulib.git diff --git a/config/srclist-update b/config/srclist-update index 3355fcb0b..cf36d5dde 100755 --- a/config/srclist-update +++ b/config/srclist-update @@ -120,7 +120,7 @@ cat | while read src dst options; do # if src was executable, make dst executable, to placate git. test -x $src && chmod a+x $dst - + if test ! -e $dst; then echo "## $srctmp $dst # new" $chicken cp -p $srctmp $dst