summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions6
1 files changed, 1 insertions, 5 deletions
diff --git a/checkVersions b/checkVersions
index da71fcbea..efbe3dcdb 100755
--- a/checkVersions
+++ b/checkVersions
@@ -110,11 +110,7 @@ then
rm "${tmpFile}"
elif ! ${versionenErmitteln}
then
- cat "${versionenDatei}" | \
- ( \
- read dummy
- cat
- )
+ sed '1d' "${versionenDatei}"
err=$?
elif ${archlinuxewe}; then
${me} "${args[@]}" $(echo */PKGBUILD | tr " " "\n" | sed "s|/PKGBUILD||")