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 722342 - #!/bin/bash in autogen.sh
#!/bin/bash in autogen.sh
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.11.x
Other FreeBSD
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-16 14:32 UTC by Ting-Wei Lan
Modified: 2014-02-09 16:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

Description Ting-Wei Lan 2014-01-16 14:32:50 UTC
Some systems do not have bash installed in /bin, and both gnome-shell and gnome-shell-extensions do not use bash-specific features in autogen.sh. We should change /bin/bash to /bin/sh.
Comment 1 Allison Karlitskaya (desrt) 2014-02-09 16:00:09 UTC
Created attachment 268586 [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 16:00:56 UTC
Created attachment 268587 [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 3 Allison Karlitskaya (desrt) 2014-02-09 16:01:17 UTC
Attachment 268586 [details] pushed as 96ef0a1 - autogen.sh: use #!/bin/sh instead of #!/bin/bash