projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
979ecc8
)
turned off more noise.
author
Chris Koeritz
<fred@gruntose.com>
Sun, 24 Mar 2013 02:54:12 +0000
(22:54 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 24 Mar 2013 02:54:12 +0000
(22:54 -0400)
scripts/rev_control/report_new_files.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/report_new_files.sh
b/scripts/rev_control/report_new_files.sh
index 84ac828a493b50e9da8a73a1d35c96440c95080c..ca65a563a95c6f95988f244daebf381b81ceb8b3 100644
(file)
--- a/
scripts/rev_control/report_new_files.sh
+++ b/
scripts/rev_control/report_new_files.sh
@@
-9,7
+9,7
@@
if [ -z "$dir" ]; then
dir=.
fi
-pushd "$dir"
+pushd "$dir"
&>/dev/null
for i in * ; do
if [ -d "$i" ]; then
@@
-24,4
+24,4
@@
for i in * ; do
fi
done
-popd
+popd
&>/dev/null