mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 23:36:16 +02:00
dev-shell is a bash script, not sh
'type -p' does not work in e.g. dash
This commit is contained in:
parent
8ea9fd7aa6
commit
b1d39d4765
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/sh
|
#!/usr/bin/env bash
|
||||||
if [ -e tests/test-tmp ]; then
|
if [ -e tests/test-tmp ]; then
|
||||||
chmod -R u+w tests/test-tmp
|
chmod -R u+w tests/test-tmp
|
||||||
rm -rf tests/test-tmp
|
rm -rf tests/test-tmp
|
||||||
|
|
Loading…
Reference in a new issue