aboutsummaryrefslogtreecommitdiff
path: root/src/new_lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/new_lib.sh')
-rwxr-xr-xsrc/new_lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_lib.sh b/src/new_lib.sh
index 94dd695..a079472 100755
--- a/src/new_lib.sh
+++ b/src/new_lib.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
library="${1}"
library_capitals="$(echo ${library} | tr '[:lower:]' '[:upper:]')"