summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorstewart <stewart@chaatz.com>2014-10-12 15:34:49 +0800
committerMichael Raskin <7c6f434c@mail.ru>2014-11-09 19:26:55 +0300
commit076677d0bf7e17e7467bb4a6be524b9452fb5cb2 (patch)
tree220bef92cf54af85a55acf2e41a43f6b6a0e5372 /pkgs
parenta5756e79f2922eba0f1d7035b3bf0d89c290b808 (diff)
downloadnixlib-076677d0bf7e17e7467bb4a6be524b9452fb5cb2.tar
nixlib-076677d0bf7e17e7467bb4a6be524b9452fb5cb2.tar.gz
nixlib-076677d0bf7e17e7467bb4a6be524b9452fb5cb2.tar.bz2
nixlib-076677d0bf7e17e7467bb4a6be524b9452fb5cb2.tar.lz
nixlib-076677d0bf7e17e7467bb4a6be524b9452fb5cb2.tar.xz
nixlib-076677d0bf7e17e7467bb4a6be524b9452fb5cb2.tar.zst
nixlib-076677d0bf7e17e7467bb4a6be524b9452fb5cb2.zip
removed shebang in builder.sh
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/mozart/builder.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/compilers/mozart/builder.sh b/pkgs/development/compilers/mozart/builder.sh
index 90eb3092db4a..58fe9a8effea 100644
--- a/pkgs/development/compilers/mozart/builder.sh
+++ b/pkgs/development/compilers/mozart/builder.sh
@@ -1,5 +1,3 @@
-#!/bin/bash
-
 source $stdenv/setup
 
 echo "unpacking $src..."