diff options
Diffstat (limited to 'lib/dir.sh')
-rw-r--r-- | lib/dir.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -18,9 +18,6 @@ # along with the ProteanOS Development Kit. If not, see # <http://www.gnu.org/licenses/>. -[ "x${_DIR_SM+set}" = 'xset' ] && return 0 -_DIR_SM=1 - dir_is_empty() { local dir="${1}" |