Skip to content

Commit

Permalink
fix script to work with arrays using bash instead of sh
Browse files Browse the repository at this point in the history
Change-Id: I5a17cc90f8b523d9d7899bb4367da3acfbf3e002
  • Loading branch information
Kasual committed Jul 6, 2013
1 parent bd28b53 commit d39dc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extract-files.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -e

Expand Down Expand Up @@ -113,4 +113,4 @@ for FILE in `egrep -v '(^#|^$)' ../jf-common/common-proprietary-files.txt`; do
fi
done

./../jf-common/setup-makefiles.sh
./../jf-common/setup-makefiles.sh

0 comments on commit d39dc5b

Please sign in to comment.