summaryrefslogtreecommitdiffstats
path: root/editors/elvis/CONFIGURE
blob: 23d189e78557c16af58cf5f42b19e258ceecb24f (plain) (blame)
1
2
3
4
5
6
7
8
config_query MAKE_SYMLINK "Would you like to have /usr/bin/vi as a symlink to /usr/bin/elvis?" n
if [ "${MAKE_SYMLINK}" == "y" ] ; then
    if [ -e /usr/bin/vi ] ; then
        echo "VI is already provided by vim." &&
        echo "To have elvis as provider of vi, recast vim with the vi symlink option disabled, then recast elvis." &&
        MAKE_SYMLINK="n" 
    fi
fi