summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2017-01-27 21:45:15 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2017-01-27 23:51:51 +0000
commit2e18764b55a950c36559b2d55fed948a6ead7bcb (patch)
treef8ca2d537fde7b25fd31917ee76aa29341f0b57e
parent05da06857f30766cd92a921eb697bf8b4505bdbd (diff)
downloadswig-2e18764b55a950c36559b2d55fed948a6ead7bcb.tar.gz
Remove shebang from non executable file
[skip ci]
-rw-r--r--Examples/guile/matrix/runme.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Examples/guile/matrix/runme.scm b/Examples/guile/matrix/runme.scm
index f11061e56..1d2332fb0 100644
--- a/Examples/guile/matrix/runme.scm
+++ b/Examples/guile/matrix/runme.scm
@@ -1,6 +1,3 @@
-#!./matrix \
--e do-test -s
-!#
;;; Authors: David Beazley <beazley@cs.uchicago.edu>, 1999
;;; Martin Froehlich <MartinFroehlich@ACM.org>, 2000
;;;