diff options
-rwxr-xr-x | build | 2 | ||||
-rwxr-xr-x | update | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # generic build script, for building components (all of them) # @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # generic update scripts for updating configs and such # |