Preserve timestamps in backuptool.

This commit is contained in:
Steve Kondik 2010-07-05 19:36:33 -04:00
parent 99cef6214a
commit 715f2d5c84

View File

@ -91,7 +91,7 @@ backup_file() {
then
echo "Skipping odexed apk $1";
else
cp $1 $C/$F
cp -p $1 $C/$F
fi
fi
}