Remove superfluous else case

pull/30/head
Hamish Coleman 7 years ago
parent 179dc64a98
commit df8930dfdc

@ -139,7 +139,7 @@ patch_disable_keyboard:
# $2 is the new patch name
define patch_mv
for i in *.img.d; do \
if [ -e $$i/$1 ]; then mv $$i/$1 $$i/$2; else true "Nothing to do for $$i/$2."; fi; \
if [ -e $$i/$1 ]; then mv $$i/$1 $$i/$2; fi; \
done
endef

Loading…
Cancel
Save