Skip to content

Commit 0728ebf

Browse files
committed
board/update-thumb.sh: Use /bin/bash (not sh) in #! line.
Signed-off-by: Jim Mussared <[email protected]>
1 parent 802972e commit 0728ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/update-thumb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
rm */*.thumb.jpg
33
for file in */*; do convert $file -thumbnail 200 ${file/.jpg/.thumb.jpg}; done

0 commit comments

Comments
 (0)