mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
ed1f025a98
The goal here is compatibility with APK. Signed-off-by: Rosen Penev <rosenp@gmail.com>
8 lines
78 B
Bash
8 lines
78 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
sudo)
|
|
sudo --version | grep "${2//_p/p}"
|
|
;;
|
|
esac
|