nullglob is a bashism. POSIX does not have it, and the previous patches have gotten rid of our dependency on it.
diff -U 0 -rNX diffignore pm-utils.updates/pm/functions working/pm/functions --- pm-utils.updates/pm/functions 2008-01-27 12:58:18.000000000 -0600 +++ working/pm/functions 2008-01-27 13:16:13.000000000 -0600 @@ -27,4 +26 @@ -# set nullglob to make glob results empty in case the pattern does not -# match any files -shopt -s nullglob
_______________________________________________ Pm-utils mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pm-utils
