File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 122122/freeciv-gtk3
123123/freeciv-sdl
124124/freeciv-xaw
125+ /fsnotifywait
126+ /fsnotifywatch
125127/_furyctl
126128/_fx
127129/g++
Original file line number Diff line number Diff line change @@ -1344,7 +1344,7 @@ symlinks: $(DATA)
13441344 $(ss ) info \
13451345 pinfo
13461346 $(ss ) inotifywait \
1347- inotifywatch
1347+ inotifywatch fsnotifywait fsnotifywatch
13481348 $(ss ) _insmod \
13491349 _insmod.static
13501350 $(ss ) iperf \
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ _comp_cmd_inotifywait()
4343
4444 _comp_compgen_filedir
4545} &&
46- complete -F _comp_cmd_inotifywait inotifywait inotifywatch
46+ complete -F _comp_cmd_inotifywait inotifywait inotifywatch fsnotifywait \
47+ fsnotifywatch
4748
4849# ex: filetype=sh
You can’t perform that action at this time.
0 commit comments