Browse Source

removed bash_source hack

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

5
spells/cantrips/ask_yn

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