comparison Scripts/lint-options.sh @ 1115:297b5eef115e

vanilla: change shebangs to /bin/sh
author David Demelier <markand@malikania.fr>
date Fri, 20 Sep 2019 21:05:00 +0200
parents 52b36e54f1b7
children 9867e578b1a9
comparison
equal deleted inserted replaced
1114:6de02aa035d2 1115:297b5eef115e
1 #!/bin/busybox sh 1 #!/bin/sh
2 # 2 #
3 # lint-options.sh -- check if packages use predefined options 3 # lint-options.sh -- check if packages use predefined options
4 # 4 #
5 # Copyright (c) 2019 David Demelier <markand@malikania.fr> 5 # Copyright (c) 2019 David Demelier <markand@malikania.fr>
6 # 6 #