Mercurial > cgi-bin > hgweb.cgi > ImagePrep
diff src/name/blackcap/imageprep/Files.kt @ 4:5234e4500d45
Command-line arguments (only partially tested).
author | David Barts <n5jrn@me.com> |
---|---|
date | Fri, 17 Jul 2020 14:51:41 -0700 |
parents | 0bded24f746e |
children | 098c4f5507c7 |
line wrap: on
line diff
--- a/src/name/blackcap/imageprep/Files.kt Fri Jul 17 11:48:07 2020 -0700 +++ b/src/name/blackcap/imageprep/Files.kt Fri Jul 17 14:51:41 2020 -0700 @@ -40,7 +40,7 @@ /* file names */ -private val SHORTNAME = "imageprep" +private val SHORTNAME = Application.MYNAME.toLowerCase() private val LONGNAME = "name.blackcap." + SHORTNAME private val HOME = System.getenv("HOME") val PF_DIR = when (OS.type) {