IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2011, 11:26:31 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/psconfig/psbuild

    r31068 r31587  
    386386    if (@ARGV != 2) { die "USAGE: psbuild -bootstrap (install_dir)\n"; }
    387387    $psconfdir = $ARGV[1];
     388    die "Target directory must be absolute, not relative: $psconfdir\n" unless $psconfdir =~ m|^/|;
    388389
    389390    # copy psconfig.csh and psconfig.bash to psconfdir
Note: See TracChangeset for help on using the changeset viewer.