Changeset 988 for vendor/current/script/clean-source-tree.sh
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/script/clean-source-tree.sh
r740 r988 6 6 7 7 test x"$N" != x"0" && { 8 echo "The tree has uncommitted changes!!! see stderr"9 echo "The tree has uncommitted changes!!!" >&28 echo "The tree has $N new uncommitted files!!! see stderr" 9 echo "The tree has $N new uncommitted files!!!" >&2 10 10 11 11 echo "git clean -n" >&2
Note:
See TracChangeset
for help on using the changeset viewer.