After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 722530 - #!/bin/bash in autogen.sh
#!/bin/bash in autogen.sh
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-19 07:33 UTC by Ting-Wei Lan
Modified: 2014-02-09 15:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen.sh: use #!/bin/sh instead of #!/bin/bash (630 bytes, patch)
2014-02-09 15:56 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Ting-Wei Lan 2014-01-19 07:33:45 UTC
Some systems do not have bash installed in /bin, and mutter does not use bash-specific features in autogen.sh. We should change /bin/bash to /bin/sh.
Comment 1 Allison Karlitskaya (desrt) 2014-02-09 15:56:57 UTC
Created attachment 268584 [details] [review]
autogen.sh: use #!/bin/sh instead of #!/bin/bash

We don't have any bashisms in this file, so we may as well use sh.
Comment 2 Allison Karlitskaya (desrt) 2014-02-09 15:57:20 UTC
Attachment 268584 [details] pushed as 9935b4f - autogen.sh: use #!/bin/sh instead of #!/bin/bash