This commit is contained in:
vinceliuice 2020-12-26 09:23:20 +08:00
parent 482bc19a34
commit 64e54cbbec
8 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,6 @@
#!/bin/bash
#! /usr/bin/env bash
set -ueo pipefail
set -o physical
#set -x
REPO_DIR=$(cd $(dirname $0) && pwd)

View file

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
if [ ! "$(which sassc 2> /dev/null)" ]; then
echo sassc needs to be installed to generate the css.

View file

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
INKSCAPE="/usr/bin/inkscape"
OPTIPNG="/usr/bin/optipng"

View file

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
INKSCAPE="/usr/bin/inkscape"
OPTIPNG="/usr/bin/optipng"

View file

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
INKSCAPE="/usr/bin/inkscape"
OPTIPNG="/usr/bin/optipng"

View file

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
INKSCAPE="/usr/bin/inkscape"
OPTIPNG="/usr/bin/optipng"

View file

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
INKSCAPE="/usr/bin/inkscape"
OPTIPNG="/usr/bin/optipng"

View file

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
INKSCAPE="/usr/bin/inkscape"
OPTIPNG="/usr/bin/optipng"