mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-01 19:17:06 +00:00
Fix plurality of pscript variable
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16721 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d9e740a251
commit
7fb9cdeff5
@ -421,7 +421,7 @@ sub windows_postscripts {
|
||||
my $order = 1;
|
||||
my $xml;
|
||||
my $pscript;
|
||||
foreach $pscripts (@cmds) {
|
||||
foreach $pscript (@cmds) {
|
||||
unless ($pscript =~ /\\/) {
|
||||
$pscript = "C:\\xcatpost\\".$pscript;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user