summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c0b3d4b)
also update examples in help text to use $0
will work; that functionality is unspecified and is not guaranteed.
For example, the following are equivalent:
will work; that functionality is unspecified and is not guaranteed.
For example, the following are equivalent:
- apkv add syslinux .virt
- apkv a syslinux virt
- apkv abcdefg syslinux .virt
+ $0 add syslinux .virt
+ $0 a syslinux virt
+ $0 abcdefg syslinux .virt
# $(echo) construct is to use word splitting to normalize whitespace
add) currpkgs="$(echo $currpkgs) $pkgs";;
del) # XXX: there's probably a more efficient way to do this
# $(echo) construct is to use word splitting to normalize whitespace
add) currpkgs="$(echo $currpkgs) $pkgs";;
del) # XXX: there's probably a more efficient way to do this
currpkgs=$(echo "$currpkgs" | grep -vFiw $x)
done;;
esac
currpkgs=$(echo "$currpkgs" | grep -vFiw $x)
done;;
esac