Quellcode durchsuchen

the new added PATH value should be in the first position, in case there be other same name cmd

pull/1571/head
getong vor 8 Jahren
Ursprung
Commit
5ae96a5076
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/rebar_prv_local_install.erl

+ 1
- 1
src/rebar_prv_local_install.erl Datei anzeigen

@ -90,6 +90,6 @@ extract_escript(State, ScriptPath) ->
uid=Uid, uid=Uid,
gid=Gid}), gid=Gid}),
?INFO("Add to $PATH for use: export PATH=$PATH:~s", [BinDir]),
?INFO("Add to $PATH for use: export PATH=~s:$PATH", [BinDir]),
{ok, State}. {ok, State}.

Laden…
Abbrechen
Speichern