IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18925


Ignore:
Timestamp:
Aug 5, 2008, 3:08:20 PM (18 years ago)
Author:
Paul Price
Message:

In bash, aliases are not interpolated after the file is read, so we
can't use the alias in .bashrc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r18878 r18925  
    351351    print STDOUT "      alias psconfig='echo psconfig not available'\n";
    352352    print STDOUT "    fi\n";
    353     print STDOUT "    psconfig default\n";
     353    print STDOUT "    source $psconfdir/psconfig.bash default\n";
    354354    print STDOUT "\n";
    355355
Note: See TracChangeset for help on using the changeset viewer.