Skip to content

Commit

Permalink
fix compatability with debian coreutils (for bootstrapping)
Browse files Browse the repository at this point in the history
  • Loading branch information
niaow committed Nov 14, 2017
1 parent 7539de5 commit cb19378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alternative.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ update() {
if [ -e "$ALTD/.override" ]; then
provider=$(cat "$ALTD/.override")
fi
if [ ! -e "$ALTD/$provider.provider" ]; then
if [ ! -L "$ALTD/$provider.provider" ]; then
fail "Provider $provider does not exist" 2
fi
target=$(cat "$ALTD/.target")
Expand Down

0 comments on commit cb19378

Please sign in to comment.