From 6b8db9042c97d203e2191573cfba4c20afd2c275 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 22 Jul 2009 21:51:56 +0200 Subject: typo syntax fix --- src/aif-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/aif-test.sh') diff --git a/src/aif-test.sh b/src/aif-test.sh index 4229495..f9b673c 100755 --- a/src/aif-test.sh +++ b/src/aif-test.sh @@ -24,7 +24,7 @@ $test_dir/setup_test.sh || fail=1 cp $test_dir/perform_test.sh /mnt/etc/rc.d/perform_test || fail=1 # make sure the test will run on the target system -sed -i's#DAEMONS=(\(.*\))#DAEMONS=(\1 perform_test)#' /mnt/etc/rc.conf || fail=1 +sed -i 's#DAEMONS=(\(.*\))#DAEMONS=(\1 perform_test)#' /mnt/etc/rc.conf || fail=1 [ "$fail" == '1' ] && echo "Something failed. will not reboot" >&2 && exit 3 -- cgit v1.2.3-54-g00ecf