abuild: set filetype sh for abuild.in

This commit is contained in:
Natanael Copa 2023-10-17 15:54:31 +02:00
parent f688130443
commit a6a95ad633
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/ash -e
# vim: set filetype=sh:
# abuild - build apk packages (light version of makepkg)
# Copyright (c) 2008-2015 Natanael Copa <ncopa@alpinelinux.org>