1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Make shebang interpreter directives consistent

This commit is contained in:
Marko Myllynen
2016-01-07 10:51:53 +02:00
committed by Mike Frysinger
parent d7f914848b
commit 48d0341cdd
66 changed files with 134 additions and 64 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Copyright (C) 2005-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library.