I can't write bash

This commit is contained in:
Archie Hilton (thytom) 2019-11-06 14:56:04 +00:00
parent c271126ec4
commit 80fd41115d

2
bar.sh
View file

@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
if [[ -z $CACHE_DIR ]]; then
if [[ ! -z $CACHE_DIR ]]; then
OUTPUT_CACHE="$CACHE_DIR"
else
OUTPUT_CACHE="/home/$USER/.config/dwmbar/.cache/"