minor cosmetical cleanups
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 2 Oct 2003 15:25:55 +0000 (15:25 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 2 Oct 2003 15:25:55 +0000 (15:25 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@45 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/vapt-get
util-vserver/scripts/vrpm
util-vserver/scripts/vrpm-worker

index 0820003..13313dd 100755 (executable)
@@ -1,4 +1,5 @@
 #! /bin/bash
+# $Id$
 
 # Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
 #  
@@ -70,4 +71,4 @@ for i in $vservers; do
 done
 
 test "$cnt" -ge 0 || echo "No vservers specified" >&2
-exit $res
\ No newline at end of file
+exit $res
index 6373b53..35311e0 100755 (executable)
@@ -1,4 +1,5 @@
-#! /bin/bash -e
+#! /bin/bash
+# $Id$
 
 # Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
 #  
@@ -75,4 +76,4 @@ done
 
 test -z "$do_unify" || echo "unify currently unsupported" >&2
 test "$cnt" -ge 0   || echo "No vservers specified" >&2
-exit $res
\ No newline at end of file
+exit $res
index 85cfd28..1e99104 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash -e
+#! /bin/bash
 # $Id$
 
 # Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-set -x
+set -e
 
 : ${UTIL_VSERVER_VARS:=$(dirname $0)/util-vserver-vars}
 test -e "$UTIL_VSERVER_VARS" || {
@@ -31,4 +31,4 @@ shift
 
 pkgInit "$vserver" rpm
 
-exec $RPM_BINARY --root "$VDIR" "$@"
\ No newline at end of file
+exec $RPM_BINARY --root "$VDIR" "$@"