diff --git a/portable.py b/portable.py index 84c8995b..9042d58b 100644 --- a/portable.py +++ b/portable.py @@ -273,8 +273,7 @@ def RunWindowsPager(cmd): pager.active = True def NoPager(cmd): - if not isUnix(): - RunWindowsShell(cmd) + return def RunWindowsShell(cmd): executable = _SelectCatenate(cmd.manifest.globalConfig)