summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/singular/files/fake_ssh')
-rw-r--r--sci-mathematics/singular/files/fake_ssh5
1 files changed, 0 insertions, 5 deletions
diff --git a/sci-mathematics/singular/files/fake_ssh b/sci-mathematics/singular/files/fake_ssh
deleted file mode 100644
index 127c177760e3..000000000000
--- a/sci-mathematics/singular/files/fake_ssh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-# strip hostname -n from command line
-runme="$(echo $@ | sed -e 's:.* -n \(.*\):\1:')"
-# do what -n should have done
-${runme} < /dev/null