Home | History | Annotate | Download | only in contrib

Lines Matching refs:APP

89     # convert a single app
90 # $1 is app name; $2 is POSIX Caps
92 APP=`which -a $1 2>/dev/null`
93 if [ "$APP" != "" ]; then
95 for i in $APP; do
116 # revert a singel app
117 # $1 is app name
118 APP=`which -a $1 2>/dev/null`
119 if [ "$APP" != "" ]; then
121 for i in $APP; do