From 1a9e3a7923269fa5065c88cb27df01d4fce63aca Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 26 Jun 2019 13:44:21 +0200 Subject: Minor improvements to Clean ecosystem --- system/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/.profile') diff --git a/system/.profile b/system/.profile index a50aa68..4637065 100644 --- a/system/.profile +++ b/system/.profile @@ -33,12 +33,12 @@ cpmq() { abcclean() { find \ - /opt/clean/lib \ + "$CLEAN_HOME/lib" \ ~/projects/clean/{iTasks-SDK,platform,abc-interpreter} \ . \ -name '*.abc' \ -not -name '_system.abc' \ - -exec rm -v {} \; + -exec rm {} \; } shopt -s globstar -- cgit v1.2.3