changeset 565:d07f5a1af6bc

Fix typo.
author Rob Landley <rob@landley.net>
date Sat, 03 Jan 2009 18:31:41 -0600
parents 425a7d32446a
children 7a820e5c8ca5
files sources/patches/alt-linux-noperl.patch
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/patches/alt-linux-noperl.patch	Sat Jan 03 18:28:10 2009 -0600
+++ b/sources/patches/alt-linux-noperl.patch	Sat Jan 03 18:31:41 2009 -0600
@@ -462,7 +462,7 @@
 +
 +for i in "MSEC 1000" "USEC 1000000"
 +do
-+	NAME=$(echo $i | cut -d ' ' -f 2)
++	NAME=$(echo $i | cut -d ' ' -f 1)
 +	PERIOD=$(echo $i | cut -d ' ' -f 2)
 +
 +	# Find greatest common denominator (using Euclid's algorithm)