expand ~u2001 to home dir
[cloudstore.git] / gearman / list_files
index ff11c69..924e2dc 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
 
 while read path ; do
+       echo "## list_files [$path]"
+       eval path=$path # expand ~
        if [ -e $path/.meta/files ] ; then
                cat $path/.meta/files
        else