[Fai-commit] r4748 - trunk/lib
lange at alioth.debian.org
lange at alioth.debian.org
Thu Nov 15 16:07:22 UTC 2007
Author: lange
Date: 2007-11-15 16:07:22 +0000 (Thu, 15 Nov 2007)
New Revision: 4748
Modified:
trunk/lib/subroutines-linux
Log:
fix syntax error
Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux 2007-11-15 15:30:11 UTC (rev 4747)
+++ trunk/lib/subroutines-linux 2007-11-15 16:07:22 UTC (rev 4748)
@@ -252,7 +252,7 @@
# This almost indicates an error
egrep "^E:" $LOGDIR/software.log && task_error 472
grep "Couldn't find any package whose name or description matched" $LOGDIR/software.log && task_error 321
- grep -q 'E: Sub-process /usr/bin/dpkg returned an error code" $LOGDIR/software.log && task_error 620
+ grep -q "E: Sub-process /usr/bin/dpkg returned an error code" $LOGDIR/software.log && task_error 620
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
task_finish() {
More information about the Fai-commit
mailing list