diff options
Diffstat (limited to 'net-p2p/linux-agsatellite/files/wrapper.sh')
-rw-r--r-- | net-p2p/linux-agsatellite/files/wrapper.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net-p2p/linux-agsatellite/files/wrapper.sh b/net-p2p/linux-agsatellite/files/wrapper.sh index e2daaee83078..e53603d86a76 100644 --- a/net-p2p/linux-agsatellite/files/wrapper.sh +++ b/net-p2p/linux-agsatellite/files/wrapper.sh @@ -3,11 +3,6 @@ PREFIX="%%PREFIX%%" PROGRAM="${0}" -if [ ${#} -gt 1 ] -then - shift -fi - if [ ! -d ${HOME}/.agsatellite ] then mkdir -p ${HOME}/.agsatellite |