svn commit: r240843 - head/usr.sbin/bsdconfig/timezone/share

Doug Barton dougb at FreeBSD.org
Mon Sep 24 03:13:51 UTC 2012


On 09/22/2012 15:16, Devin Teske wrote:
> -		if : 2> /dev/null > "$_PATH_DB"; then
> +		if true 2> /dev/null > "$_PATH_DB"; then
>  			cat <<-EOF > "$_PATH_DB"
>  			$zoneinfo
>  			EOF

Is there a reason you're not using mktemp here?

-- 

    I am only one, but I am one.  I cannot do everything, but I can do
    something.  And I will not let what I cannot do interfere with what
    I can do.
			-- Edward Everett Hale, (1822 - 1909)


More information about the svn-src-head mailing list