diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-11 01:17:18 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-11 01:21:48 +0200 |
commit | 324568044af4287dd25a90dc143ea26df565d1e3 (patch) | |
tree | 0bcf9ff698d825c50a72d85c02560d88782e1915 /test/pull | |
parent | 389bd0bcb530fee9c92ed9c419d82303a322274d (diff) |
Renamed pkg to caretaker
Diffstat (limited to 'test/pull')
-rw-r--r-- | test/pull | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ ## vim:ft=zsh if [[ $repo == $file ]] { - echo "# pkg pull" - pkg pull + echo "# ct pull" + ct pull [[ -f $pkgdir/$repo/baz ]] } |