Ignore:
Timestamp:
11/01/2017 02:39:34 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
9556f88
Parents:
7a0c3d2
Message:

No need for $() in if command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r7a0c3d2 rfb63ddf  
    5050if [ "${CLEAN}" = "y" ]; then
    5151  # If empty (i.e. could contain lost+found), do not do anything
    52   if $(ls -d $BUILDDIR/* > /dev/null 2>&1) &&
     52  if ls -d $BUILDDIR/* > /dev/null 2>&1 &&
    5353       [ "$(ls $BUILDDIR)" != "lost+found" ]; then
    5454    # Test to make sure that the build directory was populated by jhalfs
Note: See TracChangeset for help on using the changeset viewer.