mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
When installing msys dtk, when moving files out of the way, check that the source file exists
first. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18140 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6070dbf8ae
commit
c53d7f6710
@ -119,6 +119,7 @@ function inst_dtk() {
|
||||
/bin/{aclocal*,auto*,ifnames,libtool*,guile*} \
|
||||
/share/{aclocal,aclocal-1.7,autoconf,autogen,automake-1.7,guile,libtool}
|
||||
do
|
||||
[ -f $file ] || continue
|
||||
[ "${file##*.bak}" ] || continue
|
||||
_dst_file=$file.bak
|
||||
while [ -e $_dst_file ]; do _dst_file=$_dst_file.bak; done
|
||||
|
Loading…
Reference in New Issue
Block a user