Lines Matching refs:SCRIPT
92 SCRIPT="$DIR/.$stage.sh"
93 [ -x "$SCRIPT" ] || return 1
94 "$SCRIPT" || return 1
97 SCRIPT="$DIR/.staging_install.sh"
98 if [ -x "$SCRIPT" ]; then
99 "$SCRIPT" || return 1
102 SCRIPT="$DIR/.target_install.sh"
103 if [ -x "$SCRIPT" ]; then
104 "$SCRIPT" || return 1
106 SCRIPT="$DIR/.image_install.sh"
107 if [ -x "$SCRIPT" ]; then
108 "$SCRIPT" || return 1
114 SCRIPT="$DIR/.host_install.sh"
115 if [ -x "$SCRIPT" ]; then
116 "$SCRIPT" || return 1