diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-18 10:38:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-18 10:38:12 +0300 |
commit | 0ad16b45fadaf2f4bc2d375a56919a2f204df812 (patch) | |
tree | 35eac13431820e39874c5d59ef4dcd8dd07f94a1 | |
parent | c3a8637dc14e7323fc71938b01a20c3d2c04aac5 (diff) | |
download | mkrootfs-0ad16b45fadaf2f4bc2d375a56919a2f204df812.tar.gz |
fix variable name
-rwxr-xr-x | mkrootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh index 1474651..d141380 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -39,7 +39,7 @@ out \ "Repository and package options" \ "" \ "REPO = $REPO" \ -"REPOSITORY PATH = $REPO_PATH" \ +"REPOSITORY PATH = $HOST_REPO_PATH" \ "PKGS = $PKGS" |