1
1
Fork 0

zshrc: Reduce indentation for case

This commit is contained in:
Jonathan Schleifer 2022-11-25 21:30:21 +00:00
parent 25a4191a99
commit 660bce5291

6
zshrc
View file

@ -435,8 +435,7 @@ cross() {
case "$2" in
m68k)
if [ -z "$amiga_gcc_path" ]; then
echo -n "Please set " 1>&2
echo "amiga_gcc_path!" 1>&2
echo -n "Please set amiga_gcc_path!" 1>&2
return 1
fi
@ -445,8 +444,7 @@ cross() {
;;
ppc)
if [ -z "$adtools_path" ]; then
echo -n "Please set " 1>&2
echo "adtools_path!" 1>&2
echo -n "Please set adtools_path!" 1>&2
return 1
fi