diff options
Diffstat (limited to 'contrib/reghunt/reg_search')
-rwxr-xr-x | contrib/reghunt/reg_search | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/reghunt/reg_search b/contrib/reghunt/reg_search index 9452dda..f89b963 100755 --- a/contrib/reghunt/reg_search +++ b/contrib/reghunt/reg_search @@ -45,7 +45,7 @@ # # # -# Copyright (c) 2002, 2003 Free Software Foundation, Inc. +# Copyright (c) 2002, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -96,7 +96,7 @@ error() { # control tools and report to the user. make_date() { - MADE_DATE="`${DATE} -u +\"%Y-%m-%d %H:%M %Z\" --date \"1970-01-01 00:00:${1}\"`" \ + MADE_DATE="`${DATE} -u +\"%Y-%m-%d %H:%M %Z\" --date \"1970-01-01 ${1} seconds\"`" \ || error "make_date: date command failed" } |