docs-common/bin fdp-functions,1.5,1.6

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Sat Jan 21 14:30:34 UTC 2006


Author: jtr

Update of /cvs/docs/docs-common/bin
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28436

Modified Files:
	fdp-functions 
Log Message:
De-bungle the date(1) command within the for-loop to actually use 
the date from the command line.  Oh, well, it was late at night...



Index: fdp-functions
===================================================================
RCS file: /cvs/docs/docs-common/bin/fdp-functions,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fdp-functions	20 Jan 2006 17:36:37 -0000	1.5
+++ fdp-functions	21 Jan 2006 14:30:26 -0000	1.6
@@ -73,7 +73,7 @@
 		if [ ${multi} -eq 1 ]; then
 			echo -ne "${x}\t"
 		fi
-		date -d 2006-01-18 +'%a %b %d %Y'
+		date -d "${x}" +'%a %b %d %Y'
 	done
 }
 




More information about the Fedora-docs-commits mailing list