about summary refs log tree commit diff
path: root/x.py
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2022-08-12 15:39:26 -0700
committerJosh Stone <jistone@redhat.com>2022-08-12 15:39:26 -0700
commitde8dedb0a524208e4856e80c22bc7f47df2fd91a (patch)
tree77cd17c0284a6954a1993ec7041c52203af24ea1 /x.py
parentf22819bcce4abaff7d1246a56eec493418f9f4ee (diff)
downloadrust-de8dedb0a524208e4856e80c22bc7f47df2fd91a.tar.gz
rust-de8dedb0a524208e4856e80c22bc7f47df2fd91a.zip
Use an extensionless `x` script for non-Windows
Diffstat (limited to 'x.py')
-rwxr-xr-xx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/x.py b/x.py
index 6c68907c581..6df4033d55d 100755
--- a/x.py
+++ b/x.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # Some systems don't have `python3` in their PATH. This isn't supported by x.py directly;
-# they should use `x.sh` or `x.ps1` instead.
+# they should use `x` or `x.ps1` instead.
 
 # This file is only a "symlink" to bootstrap.py, all logic should go there.