Browse Source

removed bash_source hack

main
deicidus 2 years ago
parent
commit
5ad6876977
  1. 3
      spells/cantrips/ask_yn

3
spells/cantrips/ask_yn

@ -41,7 +41,4 @@ ask_yn() {
return $default_output return $default_output
} }
# Call the function if this script is being run directly
if [ "${BASH_SOURCE[0]}" = "$0" ]; then
ask_yn "$@" ask_yn "$@"
fi
Loading…
Cancel
Save