Skip to content

Commit 1c1411b

Browse files
ungeskriptetSebaUbuntu
authored andcommitted
AIK: Small code style fix
Move `/` outside the quotes like in the other scripts. Signed-off-by: David Wronek <david.wronek@mainlining.org>
1 parent dfffc26 commit 1c1411b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

repackimg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ case $1 in
4949
--local) shift;;
5050
*) cd "$aik";;
5151
esac;
52-
chmod -R 755 "$bin" "$aik/"*.sh;
52+
chmod -R 755 "$bin" "$aik"/*.sh;
5353
chmod 644 "$bin/magic" "$bin/androidbootimg.magic" "$bin/androidsign.magic" "$bin/boot_signer.jar" "$bin/avb/"* "$bin/chromeos/"*;
5454

5555
if [ -z "$(ls split_img/* 2>/dev/null)" -o ! -e ramdisk ]; then

0 commit comments

Comments
 (0)