aboutsummaryrefslogtreecommitdiffstats
path: root/slib.sh
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <tb@debian.org>2008-02-24 19:19:32 -0500
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:42 -0800
commit3f111dfa0c6ef68339f1a5086342a53a66a4c57a (patch)
tree39e99591023a7d2cc7de7dc1524391d331757675 /slib.sh
parent92918fc2e693383622528ca6b8ad8d36c79fc07a (diff)
downloadslib-3f111dfa0c6ef68339f1a5086342a53a66a4c57a.tar.gz
slib-3f111dfa0c6ef68339f1a5086342a53a66a4c57a.zip
Import Debian changes 3b1-3debian/3b1-3
slib (3b1-3) unstable; urgency=low * slib.sh: Specify #!/bin/bash. (Closes: #465359) * slib.1: Put title *before* section in TH directive. * debian/rules (binary-indep): Call dh_md5sums toward the end. * debian/control (Build-Depends-Indep): Require debhelper version 5. * debian/compat: New file (level 5).
Diffstat (limited to 'slib.sh')
-rwxr-xr-xslib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/slib.sh b/slib.sh
index b4c39ee..b9f0417 100755
--- a/slib.sh
+++ b/slib.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
##"slib" script; Find a Scheme implementation and initialize SLIB in it.
#Copyright (C) 2003, 2004 Aubrey Jaffer
#