[Openvas-commits] r223 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sat Jun 16 17:22:20 CEST 2007
Author: timb
Date: 2007-06-16 17:22:20 +0200 (Sat, 16 Jun 2007)
New Revision: 223
Modified:
trunk/doc/website/Makefile
Log:
head is better than top for selecting at most top 1 line - tired from the early flight to dc7 :(
Modified: trunk/doc/website/Makefile
===================================================================
--- trunk/doc/website/Makefile 2007-06-16 15:20:57 UTC (rev 222)
+++ trunk/doc/website/Makefile 2007-06-16 15:22:20 UTC (rev 223)
@@ -34,7 +34,7 @@
ADD_INST_TYPES = *.css
ADD_INST_DIRS = pix
-USER=$(shell grep "svn+ssh://" .svn/entries | sed -e "s/.*svn+ssh:\/\///g" | sed -e "s/@.*//g" | top -1)
+USER=$(shell grep "svn+ssh://" .svn/entries | sed -e "s/.*svn+ssh:\/\///g" | sed -e "s/@.*//g" | head -1)
CURDIR=$(shell pwd)
More information about the Openvas-commits
mailing list