Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
c45fc0cd
Commit
c45fc0cd
authored
27 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Added possibility to specify the base directory on the command line.
Rev: src/run_autoconfig:1.22
parent
6fa6a38d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/run_autoconfig
+8
-4
8 additions, 4 deletions
src/run_autoconfig
with
8 additions
and
4 deletions
src/run_autoconfig
+
8
−
4
View file @
c45fc0cd
#!/bin/sh
#!/bin/sh
#
#
# $Id: run_autoconfig,v 1.2
1
1998/0
3/28
1
5
:0
1
:10 grubba Exp $
# $Id: run_autoconfig,v 1.2
2
1998/0
4/03
1
4
:0
0
:10 grubba Exp $
#
#
# Bootstrap script
# Bootstrap script
need_to_make_depend
=
no
need_to_make_depend
=
no
if
test
"x
$1
"
=
"x"
;
then
base
=
`
echo
$0
|
sed
's@[^/]*$@@g'
`
base
=
`
echo
$0
|
sed
's@[^/]*$@@g'
`
if
test
"x
$base
"
!=
"x"
;
then
if
test
"x
$base
"
!=
"x"
;
then
cd
"
$base
"
cd
"
$base
"
fi
fi
else
cd
"
$1
"
fi
find
.
-type
d
-print
|egrep
-v
'/(CVS)|(RCS)$'
|
while
read dir
;
do
find
.
-type
d
-print
|egrep
-v
'/(CVS)|(RCS)$'
|
while
read dir
;
do
...
...
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