Changeset 447


Ignore:
Timestamp:
21-05-11 18:19:12 (2 years ago)
Author:
thomas
Message:
  • misc/morituri-uninstalled: The binary name is rip, so add an option to override. Fixes #46.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r446 r447  
     12011-05-21  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * misc/morituri-uninstalled: 
     4          The binary name is rip, so add an option to override. 
     5          Fixes #46. 
     6 
    172011-05-21  Thomas Vander Stichele  <thomas at apestaart dot org> 
    28 
  • trunk/misc/morituri-uninstalled

    r189 r447  
    2626PROJECT=`basename $self | sed s/-.*//g` 
    2727VERSION=`basename $self | sed s/.*-//g` 
     28COMMAND=$PROJECT 
     29# override if the command line name to be completed is different 
     30COMMAND=rip 
    2831 
    2932options= 
     
    4649      cat $HOME/.bashrc > $tmp 
    4750    fi 
    48     cat $BASEDIR/etc/bash_completion.d/$PROJECT >> $tmp 
     51    cat $BASEDIR/etc/bash_completion.d/$COMMAND >> $tmp 
    4952    SHELL_OPTIONS="--init-file $tmp" 
    5053    options="(with bash completion)" 
Note: See TracChangeset for help on using the changeset viewer.