[SM-Commit] PERFORCE change 80364 by Pol Vinogradov for review
Perforce Review Daemon
p4review at smee.org
Thu Jun 8 07:10:03 EDT 2006
Change 80364 by pol_vinogradov at public on 2006/06/08 12:07:38
integrated provider change for correct checking function
Affected files ...
... //sgl/grimoires/test/ChangeLog#302 integrate
... //sgl/grimoires/test/FUNCTIONS#33 integrate
Differences ...
==== //sgl/grimoires/test/ChangeLog#302 (text) ====
@@ -1,3 +1,6 @@
+2006-06-07 Pol Vinogradov <vin.public at gmail.com>
+ * FUNCTIONS: changed X11-LIBS to X11-SERVER in check_if_xorg_modular_server
+
2006-06-07 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
* FUNCTIONS: added functions to check for xorg-modular stuff, minor fix
==== //sgl/grimoires/test/FUNCTIONS#33 (xtext) ====
@@ -451,7 +451,7 @@
function check_if_xorg_modular_server()
{
- if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-server" ]]
+ if [[ "$(get_spell_provider ${1:-$SPELL} X11-SERVER)" == "xorg-server" ]]
then
return 0
fi
More information about the SM-Commit
mailing list