diff options
Diffstat (limited to 'home/dot_local')
| -rw-r--r-- | home/dot_local/share/bin/executable_venvgen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_venvgen b/home/dot_local/share/bin/executable_venvgen index f9cabac..3ce41ac 100644 --- a/home/dot_local/share/bin/executable_venvgen +++ b/home/dot_local/share/bin/executable_venvgen @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # check if the input is valid for arg in "$@" ; do |