Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Quoted a posible stdin file argument
  • Loading branch information
cavalier38 committed Jul 8, 2012
1 parent 197da16 commit 6ed27e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/depends.lunar
Expand Up @@ -72,7 +72,7 @@ sort_by_dependency() {
B=$(MODULE=$A NEVER_ASK=1 DEPS_ONLY= unalias $B)
echo "$A $B" >> $TMP_TSRT
done
tsort $TMP_TSRT 2> /dev/null | tac > $TMP_ALL
tsort "$TMP_TSRT" 2> /dev/null | tac > $TMP_ALL
temp_destroy $TMP_TSRT

# append all modules that do not have a DEPENDS file at all at the end
Expand Down

0 comments on commit 6ed27e7

Please sign in to comment.