mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
fixed portability issue in Makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6f60d79b6a
commit
6284b82a97
@ -129,8 +129,17 @@
|
||||
#
|
||||
#**********************************************************************
|
||||
.SECONDEXPANSION:
|
||||
# variables...
|
||||
# basic configuration...
|
||||
|
||||
# This prevents pipe and redirection sequensing difference errors between
|
||||
# Windows and *NIX systmes for commands like:
|
||||
# cat package.json | sed 's/"index.html"/"e.js"/g' > package.json
|
||||
# ...which would produce zero-length results under cmp/powershell.
|
||||
SHELL := $(shell which sh)
|
||||
|
||||
|
||||
|
||||
# variables...
|
||||
|
||||
APP_NAME ?= ImageGrid.Viewer
|
||||
|
||||
|
||||
@ -369,6 +369,7 @@ var StoreActions = actions.Actions({
|
||||
|
||||
|
||||
// XXX LEGACY STUFF... (???)
|
||||
// ...this is currently used to store config...
|
||||
|
||||
|
||||
// XXX REVISE API
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user