Tagged Questions
2
votes
1answer
130 views
Why doesn't my new cygwin .bashrc interactive check work?
I just updated Cygwin and the new .bashrc contains this line right at the top:
echo "BEFORE TEST"
# If not running interactively, don't do anything
[[ "$-" != *i* ]] && return
echo "AFTER ...