diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-04-22 21:53:35 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-04-22 21:53:35 +0000 |
commit | 2bb8283a66a06282f23b55fc47b3d4c1cdb79704 (patch) | |
tree | c47663289432aa002275f9a58754fa6908c9080b /bootstrap.sh | |
parent | 985da9bb5956fa7400e8f9ce861bf6fab2b3b6ce (diff) |
remove superfluous "set -ex" line
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@780 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 19acffb5..ea6758a4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -45,8 +45,6 @@ if [ "x$1" = "xam" ] ; then run_versioned automake "$VERSION" -a -c --foreign ./config.status else - set -ex - rm -rf autom4te.cache rm -f config.cache |