File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
src/plugins/terminal/scripts Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ * .sh text eol =lf
Original file line number Diff line number Diff line change 3939
4040ARGS=" --kill-on-exit"
4141
42- for system_mnt in /apex /odm /product /system /system_ext /vendor \
43- /linkerconfig/ld.config.txt \
44- /linkerconfig/com.android.art/ld.config.txt \
45- /plat_property_contexts /property_contexts; do
42+
43+
44+ for system_mnt in /apex /odm /product /system /system_ext /vendor /linkerconfig/ld.config.txt /linkerconfig/com.android.art/ld.config.txt /plat_property_contexts /property_contexts; do
4645
4746 if [ -e " $system_mnt " ]; then
4847 system_mnt=$( realpath " $system_mnt " )
4948 ARGS=" $ARGS -b ${system_mnt} "
5049 fi
5150done
51+
52+
53+
54+
5255unset system_mnt
5356
5457ARGS=" $ARGS -b /sdcard"
You can’t perform that action at this time.
0 commit comments