summaryrefslogtreecommitdiffstats
path: root/src/cmd/opkg.sh
Commit message (Collapse)AuthorAgeFilesLines
* Prefix "static" vars with "_"Patrick McDermott2020-07-021-7/+7
|
* session_begin(): Drop atexit parameterPatrick McDermott2020-06-251-1/+1
|
* cmd/opkg: Return exit statusPatrick McDermott2020-06-251-2/+4
|
* src/cmd/opkg.sh: Delimit command operandsPatrick McDermott2019-04-261-2/+2
|
* src/cmd/opkg.sh: Make a function "static"Patrick McDermott2019-04-261-4/+4
|
* src/cmd/opkg.sh: Define functions before referencesPatrick McDermott2019-04-261-12/+12
|
* Update remaining copyright noticesPatrick McDermott2019-04-251-1/+1
|
* cmd/*: Check return value of session_begin()P. J. McDermott2016-01-171-1/+5
| | | | Also clean up on error now.
* cmd/*: Return 0 on successP. J. McDermott2016-01-171-0/+2
|
* cmd/*: Check return value of block_mount()P. J. McDermott2016-01-171-1/+3
|
* cmd/*: Check return value of profile_detect()P. J. McDermott2016-01-171-1/+4
| | | | Also clean up on error now.
* cmd/*: s/exit/return/P. J. McDermott2016-01-171-1/+1
|
* cmd/*: Reduce block_umount() calls to one-linersP. J. McDermott2016-01-161-3/+1
|
* cmd/*: Use profile_detect()P. J. McDermott2016-01-161-1/+1
|
* Update copyright yearsP. J. McDermott2016-01-141-1/+1
|
* cmd_*_main(): Load /etc/os-release in a subshellP. J. McDermott2015-12-071-2/+1
| | | | | Limit the effects of this sort of arbitrary code execution, or at least avoid cluttering the namespace.
* Move lib/cmd/*.sh to src/cmd/P. J. McDermott2015-12-071-0/+112