Skip to content

Commit bc9a2eb

Browse files
committed
obs-docker-support: request bash interpreter
The script uses ``while ... < <(cmd)``, and <(cmd) is bash-specific.
1 parent b01f7bf commit bc9a2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obs-docker-support

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
################################################################
33
#
44
# Enable docker build support in container.

0 commit comments

Comments
 (0)