diff options
author | Kristian Lyngstol <kristian@nihilus.(none)> | 2007-07-15 20:23:30 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@nihilus.(none)> | 2007-07-15 20:23:30 +0200 |
commit | e6eaabc9cdd8eccf6350de4402e7a10898a22608 (patch) | |
tree | 1eced2924e8d818851e45ca237b09e7ba726cd45 | |
parent | 981869e2ea01617caebb2acd1ca35b3820075eb1 (diff) | |
download | compiz-scripts-e6eaabc9cdd8eccf6350de4402e7a10898a22608.tar.gz compiz-scripts-e6eaabc9cdd8eccf6350de4402e7a10898a22608.tar.bz2 |
Fix typo-bug
-rwxr-xr-x | get-git | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ function build fi OLDPWD=$PWD cd $1 - if [ -f $1/autogen.sh ]; then + if [ -f autogen.sh ]; then echo "Building $1: ./autogen.sh $2" if [ $SUPRESS = "true" ]; then ./autogen.sh $2 > /dev/null |