diff options
author | Jason Chu <jason@archlinux.org> | 2005-05-17 13:46:22 +0000 |
---|---|---|
committer | Jason Chu <jason@archlinux.org> | 2005-05-17 13:46:22 +0000 |
commit | 6bfa8993853984b0ca1168e926d58d26504d83ae (patch) | |
tree | 94f86f6780a0098646ffea5221dbc5c497216091 | |
parent | 231e1ab3a07ae4a9f0d832aa90e3592eb52ba563 (diff) | |
download | devtools32-6bfa8993853984b0ca1168e926d58d26504d83ae.tar.xz |
fixed typo
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@213 630f3fb4-fbd1-0310-a574-b293cca3120f
-rwxr-xr-x | extrapkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ elif [ "$cmd" == "communitypkg" ]; then tag="CURRENT" fi -if [ "$repo" != "communitypkg" ]; then +if [ "$repo" != "community" ]; then scp $pkgfile archlinux.org:/home/ftp/$repo/os/$CARCH else if [ ! -f ~/.tupkg ]; then |