[yast-commit] r62774 - /branches/SuSE-SLE-10-SP4-Branch/packager/src/clients/inst_kickoff.ycp
Author: jsrain Date: Tue Nov 9 14:44:17 2010 New Revision: 62774 URL: http://svn.opensuse.org/viewcvs/yast?rev=62774&view=rev Log: syntax fix Modified: branches/SuSE-SLE-10-SP4-Branch/packager/src/clients/inst_kickoff.ycp Modified: branches/SuSE-SLE-10-SP4-Branch/packager/src/clients/inst_kickoff.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/packager/src/clients/inst_kickoff.ycp?rev=62774&r1=62773&r2=62774&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/packager/src/clients/inst_kickoff.ycp (original) +++ branches/SuSE-SLE-10-SP4-Branch/packager/src/clients/inst_kickoff.ycp Tue Nov 9 14:44:17 2010 @@ -58,7 +58,7 @@ void HyperVPVToInitrd() { // check the running hypervisor - if (0 == (integer)SCR::Execute(.target.bash, "LANG=C lscpu | grep 'Hypervisor vendor:[[:space:]]*Microsoft' >/dev/null"); + if (0 == (integer)SCR::Execute(.target.bash, "LANG=C lscpu | grep 'Hypervisor vendor:[[:space:]]*Microsoft' >/dev/null")) { // add modules to initrd Initrd::AddModule ("blkvsc", ""); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsrain@svn2.opensuse.org