Update patch
This commit is contained in:
parent
8e3d654331
commit
0626d43f26
@ -19,5 +19,5 @@ export newdir=modified_dir
|
|||||||
|
|
||||||
echo ----- Building patch file mypatch.patch -----
|
echo ----- Building patch file mypatch.patch -----
|
||||||
echo Build patch between \"$olddir\" and \"$newdir\"
|
echo Build patch between \"$olddir\" and \"$newdir\"
|
||||||
diff -Naur --exclude=CVS --exclude="*.patch" --exclude=".#*" --exclude="*~" --exclude="*.rej" --exclude="*.orig" --exclude="*.bak" --exclude=conf.php --exclude=documents $olddir $newdir > mypatch.patch
|
diff -BNaur --exclude=CVS --exclude="*.patch" --exclude=".#*" --exclude="*~" --exclude="*.rej" --exclude="*.orig" --exclude="*.bak" --exclude=conf.php --exclude=documents $olddir $newdir > mypatch.patch
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user