Page MenuHomeDevCentral

Allow Terraform check to run from Windows too
ClosedPublic

Authored by dereckson on Aug 13 2026, 10:16.
Tags
None
Referenced Files
F51129934: D4163.id10912.diff
Wed, Sep 23, 07:41
Unknown Object (File)
Tue, Sep 22, 19:15
Unknown Object (File)
Mon, Sep 21, 19:49
Unknown Object (File)
Mon, Sep 21, 19:41
Unknown Object (File)
Mon, Sep 21, 19:40
Unknown Object (File)
Mon, Sep 21, 19:33
Unknown Object (File)
Mon, Sep 21, 19:08
Unknown Object (File)
Mon, Sep 21, 19:06
Subscribers
None

Details

Summary

From Cygwin, with a Python interpreter installed for Windows and not
as a Cygwin package, a POSIX sh script check works if #!/usr/bin/env sh,
but not with a #!/bin/sh shebang.

Even if Cygwin populates correctly sh in /bin directory.

References:

Test Plan

Tested under Windows 11 25H2 (26200.9106), pre-commit 3.8.0
and Cygwin 3.6.10-1.x86_64.

Diff Detail

Repository
rDEVCS Nasqueron codestyle
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 6806
Build 7094: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Aug 13 2026, 10:16