- make fakeroot complete just like sudo

This commit is contained in:
ianmacd 2002-03-26 19:28:58 +00:00
parent d406ccdba6
commit 95d4583120

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05a
#
# $Id: bash_completion,v 1.224 2002/03/26 20:28:01 ianmacd Exp $
# $Id: bash_completion,v 1.225 2002/03/26 20:28:58 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -1765,7 +1765,7 @@ _root_command()
{
PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin _command $1
}
complete -F _root_command -o filenames sudo
complete -F _root_command -o filenames sudo fakeroot
# ant(1) completion
#