]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
gen_reprepro: fix typo
authorSage Weil <sage@newdream.net>
Fri, 17 Jun 2011 02:02:37 +0000 (19:02 -0700)
committerSage Weil <sage@newdream.net>
Fri, 17 Jun 2011 02:02:37 +0000 (19:02 -0700)
gen_reprepro_conf.sh

index 24363b67d0cd114131ebf17341c8b1421b32413d..e71f5e363d6c76b04752e891373c9d298885212f 100755 (executable)
@@ -8,7 +8,7 @@ shift
 if [ -e "$path/conf/dists" ]; then
     dists=`cat $path/conf/dists`
 else
-    dists="$*3"
+    dists="$*"
 fi
 
 if [ -e "$path/conf/components" ]; then