Portability: shebang

This commit is contained in:
Vincent Riquer 2015-03-12 20:08:20 +01:00
parent fdae75956c
commit 14b7a54a93
6 changed files with 6 additions and 6 deletions

2
atom
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
## Define exit codes
# General config errors [10-19]

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# config structures
declare -A \

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# config structures
declare -A \

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#!/bin/bash

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# config structures
declare -A \

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# config structures
declare -A \