Skip to content

Commit

Permalink
Cleaned up.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Oct 26, 2024
1 parent 6866bc6 commit bf6c41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/jvm/src/main/scala/org/sireum/Init.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ import Init._
}
rname = ops.StringOps(rname).toLower
(home.up.canon / rname).removeAll()
Os.proc(ISZ[String]("tar", "-c", if (Os.isWin) "-a" else "-J", "-f", rname) ++ files).echo.at(home.up.canon).runCheck()
Os.proc(ISZ[String]("tar", "-c", if (Os.isWin) "-a" else "-J", "-f", rname) ++ files).at(home.up.canon).runCheck()
(home.up.canon / rname).moveOverTo(home / "distro" / rname)
}

Expand Down

0 comments on commit bf6c41a

Please sign in to comment.