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
4739cee6
Commit
4739cee6
authored
27 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Use the read function correctly.
Rev: .zap_real_crypto:1.2
parent
cfd486b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.zap_real_crypto
+2
-1
2 additions, 1 deletion
.zap_real_crypto
with
2 additions
and
1 deletion
.zap_real_crypto
+
2
−
1
View file @
4739cee6
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
# .zap_real_crypto
# .zap_real_crypto
echo
"Do you really want to delete all cryptography source files?"
echo
"Do you really want to delete all cryptography source files?"
case
`
read
`
in
read
answer
case
$answer
in
y
*
|
Y
*
)
y
*
|
Y
*
)
rm
-rf
src/modules/_Crypto
rm
-rf
src/modules/_Crypto
rm
-f
lib/modules/Crypto/rsa.pike
rm
-f
lib/modules/Crypto/rsa.pike
...
...
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