Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mkexp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esmenv
mkexp
Commits
a6b01289
Commit
a6b01289
authored
8 years ago
by
Karl-Hermann Wieners
Browse files
Options
Downloads
Patches
Plain Diff
Changed rmexp tool to be compatible with Debian's /bin/sh (dash)
parent
5992a4e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rmexp
+4
-4
4 additions, 4 deletions
rmexp
with
4 additions
and
4 deletions
rmexp
+
4
−
4
View file @
a6b01289
...
...
@@ -22,10 +22,10 @@ shift
eval
`
getexp
-v
"
$CONFIG
"
"
$@
"
||
echo
\;
exit
$?
`
function
ask_and_remove
{
typeset
label
=
"
$1
"
typeset
dir
=
"
$2
"
if
[
[
-d
"
$dir
"
]
]
ask_and_remove
()
{
label
=
"
$1
"
dir
=
"
$2
"
if
[
-d
"
$dir
"
]
then
echo
"Info for
${
EXP_ID
}
's
$label
directory:"
(
cd
"
$dir
"
&&
du
-h
--time
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment