1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

Merge pull request #19125 from markus1189/bin-bash-cleanup

Bin bash cleanup
This commit is contained in:
Jörg Thalheim 2016-10-05 17:16:00 +02:00 committed by GitHub
commit 1bd8d7710e
10 changed files with 13 additions and 13 deletions

View file

@ -4,7 +4,7 @@ let
binPath = lib.makeBinPath [ cdrtools dvdauthor ffmpeg imagemagick lame mjpegtools sox transcode vorbis-tools ];
wrapper = writeScript "dvd-slideshow.sh" ''
#!/bin/bash
#!${stdenv.shell}
# wrapper script for dvd-slideshow programs
export PATH=${binPath}:$PATH

2
pkgs/build-support/cc-wrapper/ld-solaris-wrapper.sh Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/bin/bash
#!@shell@
set -e
set -u

View file

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!@shell@
set -e
set -u

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!@shell@
source $stdenv/setup
echo "Building Manticore research compiler."

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
cp AstroMenace $out
cp gamedata.vfs $out
cat > $out/bin/AstroMenace << EOF
#!/bin/bash
#!${stdenv.shell}
$out/AstroMenace --dir=$out
EOF
chmod 755 $out/bin/AstroMenace

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation {
done
cp Micropolis $out/usr/share/games/micropolis
cat > $out/bin/micropolis << EOF
#!/bin/bash
#!${stdenv.shell}
cd $out/usr/share/games/micropolis
./Micropolis
EOF

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!@shell@
set "$(dirname "$0")"/X11.bin "${@}"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!@shell@
export PATH=@PATH@:$PATH