mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 00:49:57 +02:00
commit bash-20100520 snapshot
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
if [ -z "$PS1" ]; then
|
||||
return
|
||||
fi
|
||||
case $- in
|
||||
*i*) ;;
|
||||
*) return ;;
|
||||
esac
|
||||
|
||||
# bogus
|
||||
if [ -f /unix ] ; then
|
||||
|
||||
Reference in New Issue
Block a user