Add sheebang to scripts missing it

git-svn-id: trunk@43893 -
This commit is contained in:
mattias 2014-02-05 12:03:30 +00:00
parent 2a8c03ce41
commit 95931463b9
3 changed files with 7 additions and 1 deletions

View File

@ -1 +1,3 @@
#! /bin/sh
../../tools/lazres customdrawnimages/android.lrs customdrawnimages/android_checkbox.bmp customdrawnimages/android_checkbox_checked.bmp

View File

@ -1 +1,3 @@
#! /bin/sh
../../tools/lazres ../lcl_edbtnimg.res @lcl_edbtnimg_list.txt

View File

@ -1 +1,3 @@
../../tools/lazres ../lcl_grid_images.res @lcl_grid_images_list.txt
#! /bin/sh
../../tools/lazres ../lcl_grid_images.res @lcl_grid_images_list.txt