IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3929


Ignore:
Timestamp:
May 13, 2005, 12:00:15 PM (21 years ago)
Author:
jhoblitt
Message:

make autogen.sh executable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r3908 r3929  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.8 2005-05-13 01:37:53 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.9 2005-05-13 22:00:15 jhoblitt Exp $
    66
    77use strict;
     
    9696}
    9797
     98# make autogen.sh executable
     99# permissions are in octal
     100chmod 0744, $tt{'autogen_sh.tt'};
     101
    98102sub parse_config {
    99103    my $file = shift;
Note: See TracChangeset for help on using the changeset viewer.