xbps-src/libexec: remove double slash from shebang.
This commit is contained in:
parent
087b1303ce
commit
31b544020f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!//bin/bash
|
||||
#!/bin/bash
|
||||
#
|
||||
# vim: set ts=4 sw=4 et:
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!//bin/bash
|
||||
#!/bin/bash
|
||||
#
|
||||
# vim: set ts=4 sw=4 et:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue