fix redirection
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 4 Feb 2014 12:35:26 +0000 (13:35 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 4 Feb 2014 12:35:26 +0000 (13:35 +0100)
scripts/create-vm.sh

index a4f228f..8652415 100755 (executable)
@@ -56,5 +56,5 @@ if [ -n "$INTERACTIVE" ] ; then
     read answer ; case $answer in [nN]*) exit 1 ;; esac
 fi
 
-$command 2>&1 > $LOGS/$container.log
+$command >& $LOGS/$container.log