IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31466


Ignore:
Timestamp:
May 6, 2011, 9:41:15 AM (15 years ago)
Author:
Paul Price
Message:

Target directory for bootstrapping needs to be absolute.
Not sure we have the right Perl modules to convert a path, so we'll let the user figure it out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r31068 r31466  
    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.