12 lines
222 B
Text
12 lines
222 B
Text
|
Just use /bin/sh for this trivial script
|
||
|
|
||
|
Index: scripts/compress_assets.sh
|
||
|
--- scripts/compress_assets.sh.orig
|
||
|
+++ scripts/compress_assets.sh
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!/usr/bin/env bash
|
||
|
+#!/bin/sh
|
||
|
#
|
||
|
# compress static assets
|
||
|
|