fixed portability issue in Makefile...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-03-09 18:34:44 +03:00
parent 6f60d79b6a
commit 6284b82a97
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -369,6 +369,7 @@ var StoreActions = actions.Actions({
// XXX LEGACY STUFF... (???)
// ...this is currently used to store config...
// XXX REVISE API