Merge pull request #216 from nrenner/generate_profile_variants
Fix shell in generate_profile_variants.sh
This commit is contained in:
commit
f1c2b6e412
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
cd "$(dirname "$0")"
|
||||
cd ../profiles2
|
||||
|
||||
|
|
Loading…
Reference in a new issue