diff options
author | 2004-12-28 15:17:37 +0000 | |
---|---|---|
committer | 2004-12-28 15:17:37 +0000 | |
commit | 1184ed5bb9f960f30c41c0bae9404a39db284cd3 (patch) | |
tree | 7171e10b9e106b897a0c9175c4202dc648d414b5 /sci-mathematics/singular/files/fake_ssh | |
parent | Moving to sci-mathematics/singular (diff) | |
download | gentoo-2-1184ed5bb9f960f30c41c0bae9404a39db284cd3.tar.gz gentoo-2-1184ed5bb9f960f30c41c0bae9404a39db284cd3.tar.bz2 gentoo-2-1184ed5bb9f960f30c41c0bae9404a39db284cd3.zip |
Moved from app-sci/singular to sci-mathematics/singular.
Diffstat (limited to 'sci-mathematics/singular/files/fake_ssh')
-rw-r--r-- | sci-mathematics/singular/files/fake_ssh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sci-mathematics/singular/files/fake_ssh b/sci-mathematics/singular/files/fake_ssh new file mode 100644 index 000000000000..127c177760e3 --- /dev/null +++ b/sci-mathematics/singular/files/fake_ssh @@ -0,0 +1,5 @@ +#!/bin/bash +# strip hostname -n from command line +runme="$(echo $@ | sed -e 's:.* -n \(.*\):\1:')" +# do what -n should have done +${runme} < /dev/null |