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:
1408491
)
fixed push_whack_pop to also handle directories
author
Chris Koeritz
<fred@gruntose.com>
Wed, 6 Jan 2016 06:05:38 +0000
(
01:05
-0500)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 6 Jan 2016 06:05:38 +0000
(
01:05
-0500)
scripts/core/functions.sh
patch
|
blob
|
history
diff --git
a/scripts/core/functions.sh
b/scripts/core/functions.sh
index d6beda886cd5326e00e268dc87d839eda5d165a6..fa924a74d40ea65e778c16552863266536857c43 100644
(file)
--- a/
scripts/core/functions.sh
+++ b/
scripts/core/functions.sh
@@
-473,7
+473,7
@@
if [ -z "$skip_all" ]; then
{
local dir="$1"; shift
pushd "$dir" &>/dev/null
- rm $* &>/dev/null
+ rm
-rf
$* &>/dev/null
popd &>/dev/null
}