mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 01:40:08 +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}
|
||||
function @ () {
|
||||
[ -z $DEBUG ] \
|
||||
|| echo "### $@"
|
||||
echo "### $@"
|
||||
[ -z $DRY_RUN ] \
|
||||
&& $@
|
||||
&& "$@"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user