$OpenBSD: patch-includes_environment_inc,v 1.3 2016/02/27 17:15:24 sthen Exp $
--- includes/environment.inc.orig	Sat Feb 27 13:52:16 2016
+++ includes/environment.inc	Sat Feb 27 13:52:26 2016
@@ -534,7 +534,7 @@ function drush_is_mingw($os = NULL) {
  * Return tar executable name specific for the current OS
  */
 function drush_get_tar_executable() {
-  return drush_is_windows() ? (drush_is_mingw() ? "tar.exe" : "bsdtar.exe") : "tar";
+  return drush_is_windows() ? (drush_is_mingw() ? "tar.exe" : "bsdtar.exe") : "gtar";
 }
 
 /**
