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:
ba59c28
)
missed a popd
author
Chris Koeritz
<fred@gruntose.com>
Sun, 12 Nov 2017 23:27:30 +0000
(18:27 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 12 Nov 2017 23:27:30 +0000
(18:27 -0500)
scripts/archival/general_updater.sh
patch
|
blob
|
history
diff --git
a/scripts/archival/general_updater.sh
b/scripts/archival/general_updater.sh
index 6928aab2453ea2a56eebee813eeea40de90f8a6c..918671d8116333c436975ce9fa832b67d3230665 100644
(file)
--- a/
scripts/archival/general_updater.sh
+++ b/
scripts/archival/general_updater.sh
@@
-95,6
+95,7
@@
function update_archive_drive()
echo successfully updated all expected portions of the target drive at:
echo " $target_folder"
echo
+ popd
}