update
This commit is contained in:
parent
482bc19a34
commit
64e54cbbec
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#! /usr/bin/env bash
|
||||||
set -ueo pipefail
|
set -ueo pipefail
|
||||||
|
set -o physical
|
||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
REPO_DIR=$(cd $(dirname $0) && pwd)
|
REPO_DIR=$(cd $(dirname $0) && pwd)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
if [ ! "$(which sassc 2> /dev/null)" ]; then
|
if [ ! "$(which sassc 2> /dev/null)" ]; then
|
||||||
echo sassc needs to be installed to generate the css.
|
echo sassc needs to be installed to generate the css.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
INKSCAPE="/usr/bin/inkscape"
|
INKSCAPE="/usr/bin/inkscape"
|
||||||
OPTIPNG="/usr/bin/optipng"
|
OPTIPNG="/usr/bin/optipng"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
INKSCAPE="/usr/bin/inkscape"
|
INKSCAPE="/usr/bin/inkscape"
|
||||||
OPTIPNG="/usr/bin/optipng"
|
OPTIPNG="/usr/bin/optipng"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
INKSCAPE="/usr/bin/inkscape"
|
INKSCAPE="/usr/bin/inkscape"
|
||||||
OPTIPNG="/usr/bin/optipng"
|
OPTIPNG="/usr/bin/optipng"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
INKSCAPE="/usr/bin/inkscape"
|
INKSCAPE="/usr/bin/inkscape"
|
||||||
OPTIPNG="/usr/bin/optipng"
|
OPTIPNG="/usr/bin/optipng"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
INKSCAPE="/usr/bin/inkscape"
|
INKSCAPE="/usr/bin/inkscape"
|
||||||
OPTIPNG="/usr/bin/optipng"
|
OPTIPNG="/usr/bin/optipng"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
INKSCAPE="/usr/bin/inkscape"
|
INKSCAPE="/usr/bin/inkscape"
|
||||||
OPTIPNG="/usr/bin/optipng"
|
OPTIPNG="/usr/bin/optipng"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user