who put a space in the shebangs?!

This commit is contained in:
Simon John 2013-06-14 11:36:00 +02:00
parent c798eb26ea
commit a63366980f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#! /usr/bin/env perl
#!/usr/bin/env perl
use strict;
use warnings;

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
while [ ! -e $1 ]
do