diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-25 20:29:32 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-25 20:29:32 -0300 |
commit | ea18d4a2fcd404bbc22fc8c101f85dcc7b93681c (patch) | |
tree | b4f1f3e771f856b934406a3f58934f6af73a6cb3 /create-repo | |
parent | eaae678c29cdabdef57916494b11159ca410869c (diff) |
fix create-repo: rm [platform] case
Diffstat (limited to 'create-repo')
-rwxr-xr-x | create-repo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create-repo b/create-repo index ae49ffa..7905a0a 100755 --- a/create-repo +++ b/create-repo @@ -15,7 +15,7 @@ fi for 'platform' in "${PLATFORMS[@]}"; do case $1 in - --platform|-platform|platform|-p) + --platform|-platform|-p) _repos=($@) && unset _repos[0] _repos[1] if [ "$2" == "${platform}" ]; then |