diff options
-rw-r--r-- | pkgsize | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ byteall=0 while read line do - file="/${line/ /\\ }" + file="/${line// /\\ }" if [ -f "$file" ]; then filesize=$(/usr/bin/du -k $file) |
index : prt-utils.git | ||
Mirror of crux.nu Crux prt-utils repo |
summaryrefslogtreecommitdiff |
-rw-r--r-- | pkgsize | 2 |
@@ -95,7 +95,7 @@ byteall=0 while read line do - file="/${line/ /\\ }" + file="/${line// /\\ }" if [ -f "$file" ]; then filesize=$(/usr/bin/du -k $file) |
Generated by cgit