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 strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
while [ ! -e $1 ]
|
while [ ! -e $1 ]
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue