diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-06-20 18:21:41 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-06-20 18:21:41 -0300 |
commit | 6d6b719221d3b4190325b43a3fbfd14405765420 (patch) | |
tree | 4fb4bfa0c0447d7304a069a38ac26d7f1fb4bdc8 /createworkdir | |
parent | 513c5bd2a6c5569daae8c9b84413f3b85b05cae1 (diff) |
Search shell in path
Diffstat (limited to 'createworkdir')
-rwxr-xr-x | createworkdir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createworkdir b/createworkdir index b443c08..6a4de10 100755 --- a/createworkdir +++ b/createworkdir @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # CreateWorkDir # Creates a dir structure for working with Parabola packages |