Hello, > Today, the command: > > gtags -f list_of_files path_to_database > > must be run from the project directory even if list_of_files contains absolute path. > > Please consider allowing above command to be run from anywhere when list_of_files contains absolute path. >
Is this enough? +------------------------ |#!/bin/sh |# |# usage: gtags-anywhere -f list_of_files path_to_database |# |# note: all paths in list_of_files must be absolute |# |cd $2 && gtags -f $1 +------------------------ 2014-06-16 8:38 GMT+09:00 Suresh Govindachar <[email protected]>: > > Today, the command: > > gtags -f list_of_files path_to_database > > must be run from the project directory even if list_of_files contains > absolute path. > > Please consider allowing above command to be run from anywhere when > list_of_files contains absolute path. > > Thanks, > > --Suresh > > _______________________________________________ > Bug-global mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/bug-global > -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
