blob: 55867ba5e35e9e16945685e21daf3b7f4b7d7990 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
--- units-1.80/units.c~units.c 2003-11-04 16:45:07.000000000 +0000
+++ units-1.80/units.c 2003-11-04 16:45:54.000000000 +0000
@@ -2356,11 +2356,3 @@
crude example to convert lines in a file 'feet' from ft to m might be:
*/
-#if 0
-
- "sed 's/.*/& ft\"
- "m/' feet|units -q|sed 's/^[[:space:]]*\* //"
- "/^[[:space:]]*\//d'"
-
-#endif
-
|