Browse Source

alias sed=gsed: добавлена проверка на запуск в Cygwin

Maxim Likhachev 12 years ago
parent
commit
c607f8b636
  1. 2
      etc/shell/bash/bash_completion

2
etc/shell/bash/bash_completion

@ -169,7 +169,7 @@ have()
# use GNU sed if we have it, since its extensions are still used in our code # use GNU sed if we have it, since its extensions are still used in our code
# #
[ $UNAME != Linux ] && have gsed && alias sed=gsed [[ ($UNAME != Linux) && ($UNAME != Cygwin) ]] && have gsed && alias sed=gsed
# This function checks whether a given readline variable # This function checks whether a given readline variable
# is `on'. # is `on'.

Loading…
Cancel
Save