expand ~u2001 to home dir
authorDobrica Pavlinusic <dpavlin@rsync1.maxxo.com>
Wed, 11 Apr 2012 17:48:34 +0000 (19:48 +0200)
committerDobrica Pavlinusic <dpavlin@rsync1.maxxo.com>
Wed, 11 Apr 2012 17:48:34 +0000 (19:48 +0200)
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