mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
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:
parent
abd09f0946
commit
7442009086
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# -*- indent-tabs-mode: nil; -*-
|
||||
# Install OSTree to system
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# -*- indent-tabs-mode: nil; -*-
|
||||
# Set up ostree directory
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user