diff options
| -rwxr-xr-x | bin/without-env | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/without-env b/bin/without-env index 685472d..fb1f807 100755 --- a/bin/without-env +++ b/bin/without-env @@ -59,7 +59,6 @@ shift $((OPTIND - 1)) eval "$(assert-arg "${1:-}" 'ENVVAR')" eval "$(assert-arg "${2:-}" 'PATH')" -eval "$(assert-arg "${3:-}" '--')" eval "export $1=\"\$(echo \"\$$1\" | sed \"s|\$2:||g\")\"" shift # drop $1 |
