Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e9bd2
)
Changed quotes for newer bash
author
cliffw
<cliffw>
Wed, 1 Nov 2006 15:34:50 +0000
(15:34 +0000)
committer
cliffw
<cliffw>
Wed, 1 Nov 2006 15:34:50 +0000
(15:34 +0000)
lustre-iokit/autogen.sh
patch
|
blob
|
history
diff --git
a/lustre-iokit/autogen.sh
b/lustre-iokit/autogen.sh
index
fddf52d
..
37f4a15
100644
(file)
--- a/
lustre-iokit/autogen.sh
+++ b/
lustre-iokit/autogen.sh
@@
-1,14
+1,14
@@
#!/bin/sh
fatal() {
- local msg=
$1
+ local msg=
"$1"
echo "FATAL: $msg"
exit 1
}
run_cmd() {
- local cmd=
$1
+ local cmd=
"$1"
echo "Running $cmd..."
$cmd || fatal "$cmd failed!"