Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14079628
D9744.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
549 B
Referenced Files
None
Subscribers
None
D9744.diff
View Options
diff --git a/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php b/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php
--- a/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php
+++ b/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php
@@ -171,7 +171,7 @@
$bin,
$callsign);
- $hook = "#!/bin/sh\n{$cmd}\n";
+ $hook = "#!/bin/sh\nexport TERM=dumb\n{$cmd}\n";
Filesystem::writeFile($path, $hook);
Filesystem::changePermissions($path, 0755);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 9:11 AM (4 h, 6 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6778025
Default Alt Text
D9744.diff (549 B)
Attached To
Mode
D9744: Fixes T4990
Attached
Detach File
Event Timeline
Log In to Comment