mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-11 17:29:52 +00:00
abuild: whitespace fix
This commit is contained in:
parent
025590c06b
commit
fe7da984ae
6
abuild
6
abuild
@ -160,9 +160,9 @@ unpack() {
|
|||||||
msg "Unpacking $s..."
|
msg "Unpacking $s..."
|
||||||
unlzma -c "$s" | tar -C "$srcdir" -x \
|
unlzma -c "$s" | tar -C "$srcdir" -x \
|
||||||
|| return 1;;
|
|| return 1;;
|
||||||
*.zip)
|
*.zip)
|
||||||
msg "Unpacking $s..."
|
msg "Unpacking $s..."
|
||||||
unzip "$s" -d "$srcdir" || return 1;;
|
unzip "$s" -d "$srcdir" || return 1;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user