Fix: The script to build patch now works.

This commit is contained in:
Laurent Destailleur 2009-11-04 11:24:44 +00:00
parent 49f81d679c
commit db74a44cf0

View File

@ -18,5 +18,6 @@ export olddir=original_dir
export newdir=modified_dir
echo ----- Building patch file mypatch.patch -----
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