diff options
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |