From ed2110fe0d90653e68406bdf62b33287a41b82f4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 06 Mar 2014 11:18:15 -0500 Subject: src/*.sh: Wrap long lines. --- (limited to 'src/oh-installfiles.sh') diff --git a/src/oh-installfiles.sh b/src/oh-installfiles.sh index befcd59..bd871e2 100644 --- a/src/oh-installfiles.sh +++ b/src/oh-installfiles.sh @@ -55,7 +55,8 @@ main() [ -e "${file}" -o -L "${file}" ] || continue file="${file#${dir}}" mkdir -p "${pkg}.data/${file%/?*}" - # TODO: If file, ln file. If dir, recursively mkdir and ln. + # TODO: If file, ln file. If dir, recursively + # mkdir and ln. mv "${PWD}/${dir}/${file}" "${pkg}.data/${file}" done done <"../${pkg}.pkg/files" -- cgit v0.9.1