]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-daemons: replace $* with "$@"
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 27 Feb 2009 20:51:51 +0000 (12:51 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 27 Feb 2009 20:51:51 +0000 (12:51 -0800)
src/ceph-daemons

index dc7e0f108e66c45518ef032a94c5e77a00bead8f..3f093617fe02f55140e7135abbf00b18d6a678e2 100755 (executable)
@@ -77,7 +77,7 @@ done
 
 command=$1
 shift
-what=$*
+what="$@"
 
 if [[ $what = "" ]]; then
     # extract list of monitors, mdss, osds defined in startup.conf
@@ -143,4 +143,4 @@ for item in $what; do
     esac
 done
 
-exit 0
\ No newline at end of file
+exit 0