aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-clean
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2025-03-16 14:37:13 +0200
committerkaotisk <kaotisk@arching-kaos.org>2025-03-16 14:37:13 +0200
commit9818679e54d2df0303cf4717fbf3748455005c79 (patch)
tree2591b127562cf0789e4f804533c1b76c620c246c /bin/ak-clean
parent4766e0f8a7f35b2c87c647656bdd4f1834e80cec (diff)
downloadarching-kaos-tools-9818679e54d2df0303cf4717fbf3748455005c79.tar.gz
arching-kaos-tools-9818679e54d2df0303cf4717fbf3748455005c79.tar.bz2
arching-kaos-tools-9818679e54d2df0303cf4717fbf3748455005c79.zip
Syntax fixes
Diffstat (limited to 'bin/ak-clean')
-rwxr-xr-xbin/ak-clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-clean b/bin/ak-clean
index 8e55515..675d34a 100755
--- a/bin/ak-clean
+++ b/bin/ak-clean
@@ -37,7 +37,7 @@ descriptionString="Cleans ak temp files"
source $AK_LIBDIR/_ak_script
-_ak_tmp_cleanup(){
+function _ak_tmp_cleanup(){
ls -1 /tmp/aktmp* > /dev/null 2>&1
if [ $? -ne 0 ]
then