On 09/10/16 03:34, Alad Wenter wrote: > parseopts is used in makepkg and other scripts such as pacman-key as a > getopt replacement. > > Instead of including it in those scripts via a macro, move it to > libmakepkg/util/option.sh and have scripts source libmakepkg where > appropriate. > > To keep the parseopts test, a new variable was introduced: > PM_LIBMAKEPKG_DIR > > Signed-off-by: Alad Wenter <[email protected]>
Review: 1) move this to its own file: util/parseopts.sh 2) only source that file 3) don't touch po files. A
