Fix beep script to always send ^G

vimbundler
nirenjan 2013-02-19 14:57:30 -08:00
parent d19192c214
commit 445d1453b7
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
if [[ $# -gt 0 ]]
then
eval "$*"
echo -e "\007"
eval "$@"
fi
echo -e "\007"