Changeset 2078
- Timestamp:
- 11/19/03 22:35:04 (5 years ago)
- Files:
-
- lm-sensors/trunk/mkpatch/mkpatch.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/mkpatch/mkpatch.pl
r1807 r2078 35 35 my ($diff_command,$dummy); 36 36 37 $diff_command = "diff -u 2";37 $diff_command = "diff -u"; 38 38 if ( -e "$kernel_root/$kernel_file") { 39 39 $diff_command .= " $kernel_root/$kernel_file ";
