diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-21 14:48:55 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-21 14:48:55 +0200 |
commit | 274191d21c2b198860249016e1ed5af10f1a3865 (patch) | |
tree | 0407e3f8ac09f66440bdd5c9c776de25d8825c87 /gen | |
parent | 06aa160bbd26786068f4ab9d68c2cc7b90358812 (diff) |
Remove extra shebang
Diffstat (limited to 'gen')
-rwxr-xr-x | gen/prop/sc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gen/prop/sc b/gen/prop/sc index ac8cbf6..7eb219b 100755 --- a/gen/prop/sc +++ b/gen/prop/sc @@ -1,7 +1,5 @@ #!/bin/sh -#!/bin/sh - set -e cd "${0%/*}/../.." exec >lib/unicode/prop/uprop_get_sc.c |