Home | History | Annotate | Download | only in contrib

Lines Matching refs:APP

104     # convert a single app
105 # $1 is app name; $2 is POSIX Caps
107 APP=`which -a $1 2>/dev/null`
108 if [ "$APP" != "" ]; then
110 for i in $APP; do
132 # revert a singel app
133 # $1 is app name
134 APP=`which -a $1 2>/dev/null`
135 if [ "$APP" != "" ]; then
137 for i in $APP; do