mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-18 23:11:36 +00:00
fix shebangs #! /xxx => #!/xxx (#18444)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#! usr/bin/env python3
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Generates the unidecode.dat module
|
||||
|
||||
Reference in New Issue
Block a user