summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/runsystem.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/runsystem.in')
-rw-r--r--Build/source/utils/asymptote/runsystem.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/runsystem.in b/Build/source/utils/asymptote/runsystem.in
index 5fba04870b7..faa862dd0bb 100644
--- a/Build/source/utils/asymptote/runsystem.in
+++ b/Build/source/utils/asymptote/runsystem.in
@@ -74,8 +74,7 @@ string convertname(string name, const string& format)
{
if(name.empty())
return buildname(outname(),format,"");
- else
- name=outpath(name);
+ name=outpath(name);
return format.empty() ? name : format+":"+name;
}
@@ -238,7 +237,7 @@ Int convert(string args=emptystring, string file=emptystring,
Int animate(string args=emptystring, string file=emptystring,
string format=emptystring)
{
-#ifndef __CYGWIN__
+#ifndef __MSDOS__
string name=convertname(file,format);
if(view()) {
mem::vector<string> cmd;