Skip to content
This repository was archived by the owner on Jun 13, 2018. It is now read-only.

Commit d82ded0

Browse files
committed
v0.6.2
1 parent e8add39 commit d82ded0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libexec/dapp/dapp---nix-run

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ drvpath=$(sed 's/!.*$//' <<<"$drvpath")
5151
paths=()
5252

5353
# This while loop gets its stdin from a Nix command; see below.
54-
while read output; do
54+
while read -r output; do
5555

5656
name=$(basename "$output")
5757
path="$HOME/.dapp/nix/pkgs/$name"

libexec/dapp/dapp---version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
echo dapp 0.5.13
2+
echo dapp 0.6.2

0 commit comments

Comments
 (0)