diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2015-12-30 14:07:42 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2015-12-30 14:07:42 +0000 |
commit | 1a638f333ab86cf1908109b696bda4e4a549da9b (patch) | |
tree | 021f8f6143c4e23cef92d56615c160a3166db4a9 /security/safesh/files/cvs-safesh.sh | |
parent | qmake5: Set QMAKE_{INC,LIB}DIR_OPENGL. (diff) |
- Rename nonstandard src directory to files
- Modernize ports
Diffstat (limited to 'security/safesh/files/cvs-safesh.sh')
-rw-r--r-- | security/safesh/files/cvs-safesh.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/safesh/files/cvs-safesh.sh b/security/safesh/files/cvs-safesh.sh new file mode 100644 index 000000000000..e56e8116d7d1 --- /dev/null +++ b/security/safesh/files/cvs-safesh.sh @@ -0,0 +1,6 @@ +#!/bin/sh +if [ "$2" = "-l" ]; then + exec safesh $3@$1 -- "$@" +else + exec safesh $1 -- "$@" +fi |