diff options
| author | Daniel Baumann <daniel@debian.org> | 2011-07-26 14:49:29 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-07-26 14:49:29 +0200 |
| commit | 17283e776f22a3dc92635b76f3a783e492752196 (patch) | |
| tree | ad40bf442cfcef9820996ae29c7f1636011022c7 | |
| parent | a255d1bbc7741ac6f4ff531dcfb23616804196af (diff) | |
| download | vyos-live-build-17283e776f22a3dc92635b76f3a783e492752196.tar.gz vyos-live-build-17283e776f22a3dc92635b76f3a783e492752196.zip | |
Correcting typo in lb_config for program variable, thanks to intrigeri <intrigeri@boum.org>.
| -rwxr-xr-x | scripts/build/lb_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_config b/scripts/build/lb_config index 0e478a30f..621266036 100755 --- a/scripts/build/lb_config +++ b/scripts/build/lb_config @@ -27,7 +27,7 @@ then fi # Setting static variables -PROGREAM="lb config" +PROGRAM="lb config" DESCRIPTION="$(Echo 'create configuration for live-build(7)')" USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--apt-ftp-proxy URL]\n\ |
