before environment
This commit is contained in:
+1
-4
@@ -162,10 +162,7 @@ export MIAOU_BASH_DIR
|
||||
for i in {/opt,$HOME}/miaou-*/tools; do [[ -d "$i" ]] && PATH=$PATH:$i; done || true
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
case $- in
|
||||
*i*) ;;
|
||||
*) return ;;
|
||||
esac
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
HOSTNAME=$(hostname -f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user