summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2018-12-02 11:34:26 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2018-12-02 11:45:34 +0100
commitad28261ad2c812948bdedaf9e05a3beafda4055d (patch)
tree0c707f8894f7fff3ac2ab592d14aa52aa342a114 /pkgs/build-support/setup-hooks
parented0cee645f6747190ded18780c45c906332d0b03 (diff)
downloadnixpkgs-ad28261ad2c812948bdedaf9e05a3beafda4055d.tar
nixpkgs-ad28261ad2c812948bdedaf9e05a3beafda4055d.tar.gz
nixpkgs-ad28261ad2c812948bdedaf9e05a3beafda4055d.tar.bz2
nixpkgs-ad28261ad2c812948bdedaf9e05a3beafda4055d.tar.lz
nixpkgs-ad28261ad2c812948bdedaf9e05a3beafda4055d.tar.xz
nixpkgs-ad28261ad2c812948bdedaf9e05a3beafda4055d.tar.zst
nixpkgs-ad28261ad2c812948bdedaf9e05a3beafda4055d.zip
audit-tmpdir hook: clean up whitespace
Diffstat (limited to 'pkgs/build-support/setup-hooks')
-rw-r--r--pkgs/build-support/setup-hooks/audit-tmpdir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/setup-hooks/audit-tmpdir.sh b/pkgs/build-support/setup-hooks/audit-tmpdir.sh
index 291f7f306f7..5264ce39851 100644
--- a/pkgs/build-support/setup-hooks/audit-tmpdir.sh
+++ b/pkgs/build-support/setup-hooks/audit-tmpdir.sh
@@ -26,7 +26,7 @@ auditTmpdir() {
             fi
         fi
 
-        if  isScript "$i"; then
+        if isScript "$i"; then
             if [ -e "$(dirname "$i")/.$(basename "$i")-wrapped" ]; then
                 if grep -q -F "$TMPDIR/" "$i"; then
                     echo "wrapper script $i contains a forbidden reference to $TMPDIR/"