mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-01 00:10:17 -05:00
fix PATH
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
# On OSX the PATH variable isn't exported unless "SHELL" is also set, see: http://stackoverflow.com/a/25506676
|
||||
SHELL = /bin/bash
|
||||
NODE_BINDIR = ./node_modules/.bin
|
||||
export PATH := $(NODE_BINDIR):$(PATH)
|
||||
export PATH := $(PATH):$(NODE_BINDIR)
|
||||
|
||||
INPUT_FILES = ./ui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user