Revision 183
Added by Aaron Marcuse-Kubitza about 13 years ago
env_password | ||
---|---|---|
1 |
#!/bin/sh |
|
1 |
#!/bin/bash
|
|
2 | 2 |
# Sets a password environment variable |
3 | 3 |
|
4 | 4 |
if test "$#" -lt 1; then |
Also available in: Unified diff
Converted scripts back to bash that required bash-specific features