diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-07-30 20:03:30 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-07-30 20:03:30 +0300 |
commit | c6469c308c62218884077a81c3544e9b0128327f (patch) | |
tree | 99c62ea90a3aad64281f12b12ab12a25394b6448 /bin/ak-comments | |
parent | 6fc35fa5ddf17dfeda8d09de124fef0466ace0bd (diff) | |
download | arching-kaos-tools-c6469c308c62218884077a81c3544e9b0128327f.tar.gz arching-kaos-tools-c6469c308c62218884077a81c3544e9b0128327f.tar.bz2 arching-kaos-tools-c6469c308c62218884077a81c3544e9b0128327f.zip |
Added ak- or AK_ prefix to functions called and variables
Diffstat (limited to 'bin/ak-comments')
-rwxr-xr-x | bin/ak-comments | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-comments b/bin/ak-comments index cd86a08..416d2a8 100755 --- a/bin/ak-comments +++ b/bin/ak-comments @@ -31,7 +31,7 @@ create(){ cd $ZCOMMENTSDIR if [ ! -z $REFER_TO ] then - reference create $REFERENCE $REFER_TO + ak-reference create $REFERENCE $REFER_TO fi } |