1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtfile/dterror.ds: fix script defines typo

This commit is contained in:
Jon Trulson 2023-02-18 15:25:53 -07:00
parent d45a233e50
commit 61dbd624b2

View file

@ -44,7 +44,7 @@ dtfile_SOURCES = ChangeDir.c ChangeDirP.c Command.c Common.c \
# Mind the quoting here...
SCRIPTFLAGS = -DSHAPE -D_ILS_MACROS -DSUN_PERF \
-DCDE_INSTALLATION_TOP="$(CDE_CONFIGURATION_TOP)" \
-DCDE_INSTALLATION_TOP="$(CDE_INSTALLATION_TOP)" \
-DCDE_CONFIGURATION_TOP="$(CDE_CONFIGURATION_TOP)" \
-DKORNSHELL="$(KSH)"