mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Remove shebang lines of sourced scripts
This commit is contained in:
parent
550f286855
commit
5bad5f4214
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -x ASDF_DIR (dirname (status -f))
|
||||
set -l asdf_data_dir (
|
||||
if test -n "$ASDF_DATA_DIR"; echo $ASDF_DATA_DIR;
|
||||
|
2
asdf.sh
2
asdf.sh
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# For Korn shells (ksh, mksh, etc.), capture $_ (the final parameter passed to
|
||||
# the last command) straightaway, as it will contain the path to this script.
|
||||
# For Bash, ${BASH_SOURCE[0]} will be used to obtain this script's path.
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
_asdf() {
|
||||
local cur
|
||||
cur=${COMP_WORDS[COMP_CWORD]}
|
||||
|
Loading…
Reference in New Issue
Block a user