mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 580365: Explicitly use bash for standalone debugger shell scripts (#69)
The scripts assume that /bin/sh is bash, but it isn't on all installs, in particular Ubuntu: https://wiki.ubuntu.com/DashAsBinSh Change-Id: I8ea05b2ffd1fd41b3aa1e6b395e43fc15a15321f
This commit is contained in:
parent
c84e47a711
commit
2c3f1110ca
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2014, 2015 Red Hat, Inc. and others
|
# Copyright (c) 2014, 2015 Red Hat, Inc. and others
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2014 Red Hat, Inc. and others
|
# Copyright (c) 2014 Red Hat, Inc. and others
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue