Properly endif

This commit is contained in:
Isaac Shoebottom 2025-01-23 17:15:40 -04:00
parent ebe58db8bb
commit 70bcc31fe9

View File

@ -1,3 +1,5 @@
# If running interactively, then:
if ($?prompt) then
set SHELL = "/usr/bin/bash"
exec $SHELL
set SHELL = "/usr/bin/bash"
exec $SHELL
endif