diff options
Diffstat (limited to 'Build-tools/Do-patch-file')
-rwxr-xr-x | Build-tools/Do-patch-file | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-patch-file b/Build-tools/Do-patch-file index 5a26ac04a69..f20aa1a5e2d 100755 --- a/Build-tools/Do-patch-file +++ b/Build-tools/Do-patch-file @@ -32,11 +32,11 @@ cd patch gtar xfz ../$NEWDIR/$NEW gtar xfz $RESULT_DIR/$OLD cd mysql-$PVER -diff --context --new-file --recursive . ../mysql-$VER | gzip -9 > ../../$RESULT +diff --unified --new-file --recursive . ../mysql-$VER | gzip -9 > ../../$RESULT cd ../.. /bin/rm -rf patch chmod a+r,o-w $RESULT binary/* mv $RESULT $PATCH_DIR -cp binary/mysqlcom-* /net/web/home/production/data/nweb/customer/ +cp binary/mysqlcom-* binary/mysql*win* /net/web/home/production/data/nweb/customer/Downloads rm binary/mysqlcom-* cp binary/* $RESULT_DIR |