aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_fs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_fs')
-rwxr-xr-xlib/_ak_fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_ak_fs b/lib/_ak_fs
index a44b852..8fd3df7 100755
--- a/lib/_ak_fs
+++ b/lib/_ak_fs
@@ -337,7 +337,7 @@ function _ak_fs_list(){
then
find $AK_MAPSDIR -type f | while read fina
do
- cat $fina | tr '\n' ' ' | awk '{ print $3 " " $2 }'
+ cat $fina | tr '\n' ' ' | awk '{ print "'$(basename ${fina})' " $3 " " $2 }'
done
else
_ak_log_debug "Making ${AK_MAPSDIR} directory"