mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e826b5881a
commit
e910f45ccf
@ -7,10 +7,9 @@
|
|||||||
|
|
||||||
DEBUG=${DEBUG:-$DRY_RUN}
|
DEBUG=${DEBUG:-$DRY_RUN}
|
||||||
function @ () {
|
function @ () {
|
||||||
[ -z $DEBUG ] \
|
echo "### $@"
|
||||||
|| echo "### $@"
|
|
||||||
[ -z $DRY_RUN ] \
|
[ -z $DRY_RUN ] \
|
||||||
&& $@
|
&& "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user