~mvo/command-not-found/snap-support

« back to all changes in this revision

Viewing changes to bash_command_not_found

  • Committer: zyga at sentivision
  • Date: 2007-08-21 20:06:41 UTC
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: zyga@sentivision.com-20070821200641-vfkafnrr2g1jmvxx
Moved command-not-found to /usr/lib
Fixes LP: #112411

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# installation of packages available from the repository
6
6
 
7
7
command_not_found_handle() {
8
 
  /usr/bin/python /usr/bin/command-not-found -- "$1" || return 127
 
8
  /usr/bin/python /usr/lib/command-not-found -- "$1" || return 127
9
9
}