summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/setiathome/files/setiathome-wrapper-r1')
-rwxr-xr-xsci-astronomy/setiathome/files/setiathome-wrapper-r17
1 files changed, 0 insertions, 7 deletions
diff --git a/sci-astronomy/setiathome/files/setiathome-wrapper-r1 b/sci-astronomy/setiathome/files/setiathome-wrapper-r1
deleted file mode 100755
index 26a544a07a64..000000000000
--- a/sci-astronomy/setiathome/files/setiathome-wrapper-r1
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-dir=${1}
-shift
-while :; do
- ${dir}/setiathome "$@"
- wait $?
-done