diff --git a/commands/core/core.drush.inc b/commands/core/core.drush.inc
index c3f49f7..0a53fa3 100644
--- a/commands/core/core.drush.inc
+++ b/commands/core/core.drush.inc
@@ -488,7 +488,7 @@ function _core_path_aliases($project = '') {
         if (drush_get_context('DRUSH_BOOTSTRAP_PHASE') >= DRUSH_BOOTSTRAP_DRUPAL_SITE) {
           $paths['%files'] = variable_get('file_public_path', conf_path() . '/files');
           $private_path = variable_get('file_private_path', FALSE);
-          if ($private_path !== FALSE) {
+          if (!empty($private_path)) {
             $paths['%private'] = $private_path;
           }
         }
