diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-15 12:33:50 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-15 12:33:50 (EDT) |
commit | bb6454d45342f6d211f887c212144d56b10ec94b (patch) | |
tree | a07b444d3a9aea10407b24cbdf071c6c4da4ab8b /lib | |
parent | d5025b2e31ec6af6fbec3c504c5a3788bbbfce19 (diff) |
install: use profile
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cmd/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh index 5aee88e..9df80e8 100644 --- a/lib/cmd/install.sh +++ b/lib/cmd/install.sh @@ -19,6 +19,7 @@ use getopt use feed +use profile cmd_install_optstring='a:P:' |