mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 11:43:39 -04:00
Don't print "x.ps1"
This is left over from adding `Get-Command -syntax`; it's not helpful.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
# syntax check
|
||||
Get-Command -syntax ${PSCommandPath}
|
||||
Get-Command -syntax ${PSCommandPath} >$null
|
||||
|
||||
$xpy = Join-Path $PSScriptRoot x.py
|
||||
# Start-Process for some reason splits arguments on spaces. (Isn't powershell supposed to be simpler than bash?)
|
||||
|
||||
Reference in New Issue
Block a user