Preserve timestamps in backuptool.
This commit is contained in:
parent
99cef6214a
commit
715f2d5c84
@ -91,7 +91,7 @@ backup_file() {
|
||||
then
|
||||
echo "Skipping odexed apk $1";
|
||||
else
|
||||
cp $1 $C/$F
|
||||
cp -p $1 $C/$F
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user