treflect new location. use here for here instead of estartab. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8f8b0e542a8284671f9a3ae0678bb20f6962a420
 (DIR) parent c5a71c5eca971ce41bc04b43a4cb966f23726b72
 (HTM) Author: rsc <devnull@localhost>
       Date:   Wed, 21 Apr 2004 07:29:49 +0000
       
       reflect new location.
       use here for here instead of estartab.
       
       Diffstat:
         M src/cmd/astro/main.c                |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/astro/main.c b/src/cmd/astro/main.c
       t@@ -14,8 +14,8 @@ main(int argc, char *argv[])
                radsec = radian/3600;
                converge = 1.0e-14;
        
       -        startab = unsharp("#9/lib/sky/estartab");
       -        herefile = unsharp("#9/lib/sky/estartab");
       +        startab = unsharp("#9/sky/estartab");
       +        herefile = unsharp("#9/sky/here");
        
                fmtinstall('R', Rconv);
                fmtinstall('D', Dconv);