who put a space in the shebangs?!
This commit is contained in:
parent
c798eb26ea
commit
a63366980f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
while [ ! -e $1 ]
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue