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 e14724c..a0a49d3 100755
--- a/lib/_ak_fs
+++ b/lib/_ak_fs
@@ -364,7 +364,7 @@ function _ak_fs_from_map_get_original_filename(){
then
if [ -f "$AK_MAPSDIR/$1" ]
then
- cat $AK_MAPSDIR/$1 | tr '\n' ' ' | awk '{ print $2 }'
+ cat $AK_MAPSDIR/$1 | sed -e 's/ / /g;' | tr '\n' ' ' | awk '{ print $2 }'
else
_ak_log_error "Map $1 was not found"
fi