2
EOF inesperado mientras busca coincidencia '' '- script bash
Acabo de escribir un script bash y siempre obtengo este error EOF. Así que aquí está mi script (solo funciona en OS X): #!/bin/bash #DEFINITIONS BEGIN en_sq() { echo -e "Enabling smart quotes..." defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool true status=$(defaults read NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool) if [ "$status" = "1" ] …