Print this page
XXX Remove nawk(1)

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/zic/do_pofile.sh
          +++ new/usr/src/cmd/zic/do_pofile.sh
   1    1  #! /bin/sh
   2    2  #
   3    3  # Copyright (c) 2001 by Sun Microsystems, Inc.
   4    4  # All rights reserved.
   5    5  #
   6      -# ident "%Z%%M% %I%     %E% SMI"
   7    6  
   8    7  #
   9    8  # Create messages file for zone_sun.tab, country.tab, continent.tab
  10    9  #
  11      -AWK=/usr/bin/nawk
       10 +AWK=/usr/xpg4/bin/awk
  12   11  ECHO=/usr/bin/echo
  13   12  
  14   13  ZONE_SUN_FILE=zone_sun.tab
  15   14  COUNTRY_FILE=country.tab
  16   15  CONTINENT_FILE=continent.tab
  17   16  
  18   17  DOMAIN=SUNW_OST_ZONEINFO
  19   18  
  20   19  $ECHO "domain \"$DOMAIN\""
  21   20  
↓ open down ↓ 49 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX