Ignore:
Timestamp:
01/28/14 21:39:16 (10 years ago)
Author:
davidb
Message:

Files for being 'sourced' changed from .sh to .bash

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/expeditee-devel.bash

    r771 r772  
    11
    2 . expeditee-setup.sh
     2. expeditee-setup.bash
    33
    44
     
    3131export PATH="$expeditee_home/dev/bin/script:$PATH"
    3232
    33 if test -e local-devel.sh ; then
    34     echo "+ Sourcing local-devel.sh"
    35     . ./local-devel.sh
     33if test -e local-devel.bash ; then
     34    echo "+ Sourcing local-devel.bash"
     35    . ./local-devel.bash
    3636fi
    3737
Note: See TracChangeset for help on using the changeset viewer.