Opened 7 years ago

Closed 7 years ago

#21 closed defect (fixed)

creating directory %TMP%

Reported by: abwillis Owned by: Andreas Schnellbacher
Priority: major Milestone: Unsorted
Component: Other Version: 1.16
Keywords: Cc:

Description

I just built the latest svn and from whatever directory I run epm a directory name %TMP% gets created with a nepmd in side it:
E:/SVNCODE/NEPMD/SRC/%TMP%/NEPMD/BACKUP

Change History (3)

comment:1 Changed 7 years ago by abwillis

Index: bin/makefile.inf
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: src/netlabs/bin/defaults.dat
===================================================================
--- src/netlabs/bin/defaults.dat        (revision 2693)
+++ src/netlabs/bin/defaults.dat        (working copy)
@@ -140,7 +140,7 @@
 ; AutoSave and Backup
 "\NEPMD\User\AutoSave\Number" = "100"
 "\NEPMD\User\Backup\Number" = "10"
-"\NEPMD\User\Backup\Directory" = "%TMP%\nepmd\backup"
+"\NEPMD\User\Backup\Directory" = %TMP%"\nepmd\backup"

 ; ---------------------------------------------------------------------------


comment:2 Changed 7 years ago by Andreas Schnellbacher

Owner: set to Andreas Schnellbacher
Status: newaccepted

comment:3 Changed 7 years ago by Andreas Schnellbacher

Resolution: fixed
Status: acceptedclosed

Thanks. Fixed by r2694.

It needed a fix in config.e. Your proposal leads to an unusable string when read from NEPMD.INI.

Note: See TracTickets for help on using tickets.