diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-21 21:20:52 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-21 21:20:52 (EDT) |
commit | 7f08f8318c1eaac40fc3606eeb13956f17bfb08a (patch) | |
tree | 1fdcd9b4a1c98fbe6432bac767275da25310fac6 | |
parent | c20d3437cb1f1ff5df5daf98e3f657fe3f59021e (diff) |
shell: Escalate a comment to FIXME
-rw-r--r-- | lib/cmd/shell.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd/shell.sh b/lib/cmd/shell.sh index 58b0e6b..45835a3 100644 --- a/lib/cmd/shell.sh +++ b/lib/cmd/shell.sh @@ -31,7 +31,7 @@ cmd_shell_main() root="${1}" - # TODO: This should be recorded in the chroot. + # FIXME: This should be recorded in the chroot. profile_set 'proteanos' chroot_mount "${root}" |