gnomeos-install: use /bin/bash, not /bin/sh

This scripts use bashisms, so use /bin/bash as the interpreter until
they are un-bashified.
This commit is contained in:
Diego Escalante Urrelo 2012-04-05 00:29:55 -05:00 committed by Colin Walters
parent abd09f0946
commit 7442009086
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# -*- indent-tabs-mode: nil; -*-
# Install OSTree to system
#

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# -*- indent-tabs-mode: nil; -*-
# Set up ostree directory
#