Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Don't use non-portable sed -i option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Jun 6, 2013
1 parent 17ab7a4 commit ff5bdc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/subscription-test
Expand Up @@ -58,7 +58,8 @@ fi


# update subscriptions to 5
sed -i"" 's#Subscriptions = 1#Subscriptions = 5#g' bin/bareos-dir.conf
cp ${scripts}/bareos-dir.conf ${scripts}/bareos-dir.conf.tmp
sed 's#Subscriptions = 1#Subscriptions = 5#g' < ${scripts}/bareos-dir.conf.tmp > ${scripts}/bareos-dir.conf
touch ${cwd}/build/src/tests/*

#
Expand Down

0 comments on commit ff5bdc7

Please sign in to comment.