@@ -1498,29 +1498,29 @@ if not getattr(config, 'target_run_simple_swift', None):
1498
1498
config .target_run_simple_swift_parameterized = \
1499
1499
(SubstituteCaptures ('%%empty-directory(%%t) && '
1500
1500
'%s %s %%s \\ 1 -o %%t/a.out -module-name main && '
1501
- '%s %%t/a.out &&'
1501
+ '%s %%t/a.out && '
1502
1502
'%s %%t/a.out' % (config .target_build_swift ,
1503
1503
mcp_opt , config .target_codesign ,
1504
1504
config .target_run )))
1505
1505
config .target_run_simple_swift = (
1506
1506
'%%empty-directory(%%t) && '
1507
1507
'%s %s %%s -o %%t/a.out -module-name main && '
1508
- '%s %%t/a.out &&'
1508
+ '%s %%t/a.out && '
1509
1509
'%s %%t/a.out'
1510
1510
% (config .target_build_swift , mcp_opt , config .target_codesign , config .target_run ))
1511
1511
config .target_run_stdlib_swift = (
1512
1512
'%%empty-directory(%%t) && '
1513
1513
'%s %s %%s -o %%t/a.out -module-name main '
1514
1514
'-Xfrontend -disable-access-control && '
1515
- '%s %%t/a.out &&'
1515
+ '%s %%t/a.out && '
1516
1516
'%s %%t/a.out'
1517
1517
% (config .target_build_swift , mcp_opt , config .target_codesign , config .target_run ))
1518
1518
config .target_run_simple_swiftgyb = (
1519
1519
'%%empty-directory(%%t) && '
1520
1520
'%%gyb %%s -o %%t/main.swift && '
1521
1521
'%%line-directive %%t/main.swift -- '
1522
1522
'%s %s %%t/main.swift -o %%t/a.out -module-name main && '
1523
- '%s %%t/a.out &&'
1523
+ '%s %%t/a.out && '
1524
1524
'%%line-directive %%t/main.swift -- '
1525
1525
'%s %%t/a.out'
1526
1526
% (config .target_build_swift , mcp_opt , config .target_codesign , config .target_run ))
@@ -1530,7 +1530,7 @@ if not getattr(config, 'target_run_simple_swift', None):
1530
1530
'%%line-directive %%t/main.swift -- '
1531
1531
'%s %s %%t/main.swift -o %%t/a.out -module-name main '
1532
1532
'-Xfrontend -disable-access-control && '
1533
- '%s %%t/a.out &&'
1533
+ '%s %%t/a.out && '
1534
1534
'%%line-directive %%t/main.swift -- '
1535
1535
'%s %%t/a.out'
1536
1536
% (config .target_build_swift , mcp_opt , config .target_codesign , config .target_run ))
0 commit comments