We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c19db commit 0c212a4Copy full SHA for 0c212a4
udroid/src/udroid.sh
@@ -45,6 +45,8 @@ EDIE() {
45
echo -e "\e[1m${defer_func} failed\e[0m - ignoring"
46
}
47
fi
48
+
49
+ exit 1
50
51
52
# Fetch distro data from the internet and save it to RTCACHE
@@ -1023,7 +1025,7 @@ remove() {
1023
1025
case $1 in
1024
1026
--name) distro=$2; LOG "remove(): --name supplied to $name"; shift 2;;
1027
--path) path=$2; LOG "remove(): looking in $path"; shift 2;;
- --custom|--custom-distro|-cd) custom_remove $@ ;;
1028
+ --custom|--custom-distro|-cd) shift; custom_remove $@ ;;
1029
--reset) reset=true; shift 1;;
1030
--help) help_remove; exit 0;;
1031
*)
0 commit comments