Skip to content

Commit 0f2561f

Browse files
fix syntax errors
1 parent 7cd6405 commit 0f2561f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/udroid/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msg() { echo -e "${*} \e[0m" >&2;:;}
2121

2222
_satisfy_deps() {
2323
### Deps
24-
for deb in {proot-distro, proot, tar}; do
24+
for deb in {proot-distro,proot,tar}; do
2525
if ! command -v $deb >> /dev/null; then
2626
missing_debs="$deb $missing_debs"
2727
fi

0 commit comments

Comments
 (0)