Fix for 202053 - signing of softokn3.dll may fail on OS/2. Force the use of OS/2 CMD.EXE default shell . r=pedemont

This commit is contained in:
jpierre%netscape.com 2003-04-15 22:42:09 +00:00
parent 91109807f8
commit f81ee69b6b

View File

@ -101,7 +101,7 @@ include ../platrules.mk
%.chk: %.$(DLL_SUFFIX)
ifeq ($(OS_TARGET), OS2)
-exec sign.cmd $(DIST) $(OBJDIR) $(OS_TARGET) $<
@cmd.exe /c sign.cmd $(DIST) $(OBJDIR) $(OS_TARGET) $<
else
@sh ./sign.sh $(DIST) $(OBJDIR) $(OS_TARGET) $<
endif