changeset 562:0dd6089867c1

And a couple of tweaks.
author Rob Landley <rob@landley.net>
date Sat, 03 Jan 2009 17:56:10 -0600
parents 8dc7e099309e
children 05cfe5d6daaa
files sources/patches/alt-linux-noperl.patch
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/sources/patches/alt-linux-noperl.patch	Sat Jan 03 17:19:16 2009 -0600
+++ b/sources/patches/alt-linux-noperl.patch	Sat Jan 03 17:56:10 2009 -0600
@@ -458,12 +458,12 @@
 +
 +EOF
 +
-+# For both Miliseconds and Microseconds
++# For both Milliseconds and Microseconds
 +
 +for i in "MSEC 1000" "USEC 1000000"
 +do
-+	NAME=$(echo $i | awk '{print $1}')
-+	PERIOD=$(echo $i | awk '{print $2}')
++	NAME=$(echo $i | cut -d ' ' -f 2)
++	PERIOD=$(echo $i | cut -d ' ' -f 2)
 +
 +	# Find greatest common denominator (using Euclid's algorithm)
 +