]> git.ipfire.org Git - pakfire.git/commitdiff
Fix an empty line when listing used interpreters.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Dec 2011 19:12:30 +0000 (20:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Dec 2011 19:20:41 +0000 (20:20 +0100)
tools/find-requires

index ce71cbb1591362f532bee91faf89d0ae9a7aeb69..c65a894da69f8a6bfeba7fb33773c5e399e1bb80 100755 (executable)
@@ -94,7 +94,7 @@ for file in ${script_files}; do
 done
 
 # Output the list of needed interpreters.
-[ -n "${interpreters}" ] && { echo "${interpreters}" | tr '[:blank:]' \\n | sort -u ; }
+[ -n "${interpreters}" ] && { echo ${interpreters} | tr '[:blank:]' \\n | sort -u ; }
 
 # Search for binary interpreters.
 for file in ${binary_files}; do