Skip to content

Commit

Permalink
Don't print "x.ps1"
Browse files Browse the repository at this point in the history
This is left over from adding `Get-Command -syntax`; it's not helpful.
  • Loading branch information
jyn514 committed Jun 24, 2023
1 parent fa7e965 commit 664ffa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down

0 comments on commit 664ffa4

Please sign in to comment.