Changeset 447
- Timestamp:
- 21-05-11 18:19:12 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
misc/morituri-uninstalled (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r446 r447 1 2011-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 1 7 2011-05-21 Thomas Vander Stichele <thomas at apestaart dot org> 2 8 -
trunk/misc/morituri-uninstalled
r189 r447 26 26 PROJECT=`basename $self | sed s/-.*//g` 27 27 VERSION=`basename $self | sed s/.*-//g` 28 COMMAND=$PROJECT 29 # override if the command line name to be completed is different 30 COMMAND=rip 28 31 29 32 options= … … 46 49 cat $HOME/.bashrc > $tmp 47 50 fi 48 cat $BASEDIR/etc/bash_completion.d/$ PROJECT>> $tmp51 cat $BASEDIR/etc/bash_completion.d/$COMMAND >> $tmp 49 52 SHELL_OPTIONS="--init-file $tmp" 50 53 options="(with bash completion)"
Note: See TracChangeset
for help on using the changeset viewer.
