AOSC-Archive / autobuild3

AOSC OS package maintenance toolkit (version 3)
https://aosc.io
GNU General Public License v2.0
24 stars 17 forks source link

Remove ugly spaces after she-bang. #41

Closed Artoria2e5 closed 9 years ago

Artoria2e5 commented 9 years ago

From http://www.in-ulm.de/~mascheck/various/shebang/#blankrequired:

Blank after #! required?

There is a rumor, that a very few and very special, earlier Unix versions (particularly 4.2BSD derivatives) require you to separate the "#!" from the following path with a blank. You may also read, that (allegedly) such a kernel parses "#! /" as a 32-bit (long) magic. But it turns out that it is virtually impossible to find a Unix which actually required this.

So let's remove those ugly stuffs.