aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-06-08 13:17:28 -0400
committerDave Reisner <dreisner@archlinux.org>2012-06-15 20:35:28 -0400
commitb7d830bcc8c1334c97701a23afec4d7a51c0151f (patch)
tree1c54bd753875bfcac922b976829eed915c2c9beb
parent563befdba68316642d4f0a5e7a96b9c28a743570 (diff)
downloadkmod-b7d830bcc8c1334c97701a23afec4d7a51c0151f.tar.gz
bootstrap: remove unnecessary echo
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 6c73d4e..5163aa0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ gtkdocize --docdir libkmod/docs || touch libkmod/docs/gtk-doc.make
autoreconf --install --symlink
libdir() {
- echo $(cd $1/$(gcc -print-multi-os-directory); pwd)
+ (cd "$1/$(gcc -print-multi-os-directory)"; pwd)
}
args="--prefix=/usr \