Changeset 701
- Timestamp:
- 09/24/06 19:56:43 (2 years ago)
- Files:
-
- trunk/freewrt/scripts/update-patches (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/scripts/update-patches
r410 r701 99 99 # Multiple files in the diff? 100 100 if [ $(grep -c "^--- $D_CMP" "$i") -gt 1 -o \ 101 $(grep -c "^ \+\+\+ $D_CMP" "$i") -gt 1 ]; then101 $(grep -c "^+++ $D_CMP" "$i") -gt 1 ]; then 102 102 echo "Cannot process, $i contains patches" >&2 103 103 echo "to multiple files! Aborting." >&2


