X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre-iokit%2Fautogen.sh;h=37f4a1551dcb5f5655d43489c93b824ff54d7489;hp=fddf52dfe7e0f7421bfe2c091870ee88df1798e3;hb=e3b20f6d05337b7310266bad847777d3c8f4e547;hpb=0bcfe7071363db98913b26235c60843dd55b549a diff --git a/lustre-iokit/autogen.sh b/lustre-iokit/autogen.sh index fddf52d..37f4a15 100644 --- 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!"