Browse Source

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

Maxim Lihachev 12 years ago
parent
commit
111230cc25
  1. 2
      etc/shell/bash/bash_completion

2
etc/shell/bash/bash_completion

@ -169,7 +169,7 @@ have() @@ -169,7 +169,7 @@ have()
# 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
# is `on'.

Loading…
Cancel
Save