9
0
Fork 0

MAKEALL: explicitly use bash

The script still contains bashisms, so use bash.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-12-23 18:06:13 +01:00
parent e9557be0c1
commit afeeabdc72
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Print statistics when we exit
trap exit 1 2 3 15